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
This commit is contained in:
rods%netscape.com
2002-07-12 11:34:52 +00:00
parent b992a26c12
commit e37e3dadbd

View File

@@ -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,