diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-01-02 14:05:01 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2016-01-26 21:30:21 +0100 |
commit | d1c8f5a659b66007a5d56e3ed77fdacb7bc5d971 (patch) | |
tree | 5d77747b9a61bb84b491fae99102659c77818684 /include | |
parent | 3792dd2482db628bf7a7c8cf85f9ae2c587f3b68 (diff) |
sal_uLong/sal_uIntPtr to sal_uInt32 (printer GetCapabilities)
Change-Id: I1324c89be2a1d4954b0ddf4a9b06a8a97d5c335e
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index a3125c762b03..f483ead2d50d 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -306,7 +306,7 @@ public: bool IsDisplayPrinter() const { return mpDisplayDev != nullptr; } bool IsValid() const { return !IsDisplayPrinter(); } - sal_uLong GetCapabilities( PrinterCapType nType ) const; + sal_uInt32 GetCapabilities( PrinterCapType nType ) const; bool HasSupport( PrinterSupport eFeature ) const; bool SetJobSetup( const JobSetup& rSetup ); |