Changed name of method from ToXIF to CreateXIF

git-svn-id: svn://10.0.0.236/trunk@5856 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kostello%netscape.com 1998-07-17 23:02:53 +00:00
parent 8a1b7e11ba
commit 165a6f7dd0

View File

@ -306,7 +306,7 @@ void nsWin32Viewer::DoDebugSave(WindowData* aWindata)
if (doc != nsnull)
{
nsString buffer;
doc->ToXIF(buffer,PR_FALSE);
doc->CreateXIF(buffer,PR_FALSE);
nsIParser* parser;