From e37e3dadbd8d05ae1dcef895943faaf0f307d3b3 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Fri, 12 Jul 2002 11:34:52 +0000 Subject: [PATCH] Minor comment change Bug 99619 r=kmcclusk sr=sspitzer a=jud adt=paw git-svn-id: svn://10.0.0.236/trunk@125088 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/browser/webBrowser/nsIWebBrowserPrint.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/embedding/browser/webBrowser/nsIWebBrowserPrint.idl b/mozilla/embedding/browser/webBrowser/nsIWebBrowserPrint.idl index 0ea4d25c728..c1ed4c5f01b 100644 --- a/mozilla/embedding/browser/webBrowser/nsIWebBrowserPrint.idl +++ b/mozilla/embedding/browser/webBrowser/nsIWebBrowserPrint.idl @@ -116,7 +116,7 @@ interface nsIWebBrowserPrint : nsISupports * * aThePrintOptions - Printer Settings for the print job, if aThePrintSettings is null * then the global PS will be used. - * nsIWebProgressListener - is updated during the print + * aWPListener - is updated during the print * @return void */ void print(in nsIPrintSettings aThePrintSettings, @@ -128,7 +128,7 @@ interface nsIWebBrowserPrint : nsISupports * aThePrintOptions - Printer Settings for the print preview, if aThePrintSettings is null * then the global PS will be used. * aChildDOMWin - DOM Window of the child document to be PP (FrameSet frames) - * nsIWebProgressListener - is updated during the printpreview + * aWPListener - is updated during the printpreview * @return void */ void printPreview(in nsIPrintSettings aThePrintSettings,