summaryrefslogtreecommitdiffstats
path: root/widget/nsIPrintSettings.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /widget/nsIPrintSettings.idl
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 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 */