From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- widget/nsIPrintSettings.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widget/nsIPrintSettings.idl') 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 */ -- cgit v1.2.3