summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/print/prtsetup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/print/prtsetup.hxx')
-rw-r--r--vcl/unx/generic/print/prtsetup.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/generic/print/prtsetup.hxx b/vcl/unx/generic/print/prtsetup.hxx
index 67eabe92a6a6..a2282e2980b1 100644
--- a/vcl/unx/generic/print/prtsetup.hxx
+++ b/vcl/unx/generic/print/prtsetup.hxx
@@ -126,10 +126,10 @@ public:
RTSDevicePage(weld::Widget* pPage, RTSDialog* pDialog);
~RTSDevicePage();
- sal_uLong getLevel();
- sal_uLong getPDFDevice();
- sal_uLong getDepth();
- sal_uLong getColorDevice();
+ sal_uLong getLevel() const;
+ sal_uLong getPDFDevice() const;
+ sal_uLong getDepth() const;
+ sal_uLong getColorDevice() const;
};
int SetupPrinterDriver(weld::Window* pParent, ::psp::PrinterInfo& rJobData);