summaryrefslogtreecommitdiffstats
path: root/widget/nsIPrintSettings.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /widget/nsIPrintSettings.idl
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'widget/nsIPrintSettings.idl')
-rw-r--r--widget/nsIPrintSettings.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/widget/nsIPrintSettings.idl b/widget/nsIPrintSettings.idl
index efed9efce6..daf0e145f4 100644
--- a/widget/nsIPrintSettings.idl
+++ b/widget/nsIPrintSettings.idl
@@ -203,7 +203,7 @@ interface nsIPrintSettings : nsISupports
* to make best use of the space on the sheet. Specifically, this returns
* true IFF `numPagesPerSheet` is set to 2 or 6 pages-per-sheet.
*/
- [noscript, notxpcom, nostdcall] bool HasOrthogonalPagesPerSheet();
+ [noscript, notxpcom, nostdcall] boolean HasOrthogonalPagesPerSheet();
/**
* Makes a new copy
@@ -220,7 +220,7 @@ interface nsIPrintSettings : nsISupports
* therefore print. The printer name is ignored and it allows for a small
* delta in sizes to allow for rounding differences.
*/
- bool equivalentTo(in nsIPrintSettings aPrintSettings);
+ boolean equivalentTo(in nsIPrintSettings aPrintSettings);
/**
* The edge measurements define the positioning of the headers
@@ -335,7 +335,7 @@ interface nsIPrintSettings : nsISupports
*/
attribute AString toFileName;
- attribute nsIOutputStream outputStream; /* for kOutputDestinationPrinter */
+ attribute nsIOutputStream outputStream; /* for kOutputDestinationStream */
[infallible] attribute long printPageDelay; /* in milliseconds */