summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index 90faa219190b..4de18652f0a8 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -193,7 +193,7 @@ private:
JobSetup maJobSetup;
Point maPageOffset;
Size maPaperSize;
- sal_uLong mnError;
+ ErrCode mnError;
sal_uInt16 mnPageQueueSize;
sal_uInt16 mnCopyCount;
bool mbDefPrinter;
@@ -215,7 +215,7 @@ private:
SAL_DLLPRIVATE bool StartJob( const OUString& rJobName, std::shared_ptr<vcl::PrinterController>& );
- static SAL_DLLPRIVATE sal_uLong
+ static SAL_DLLPRIVATE ErrCode
ImplSalPrinterErrorCodeToVCL( sal_uLong nError );
private: