diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2017-02-05 21:43:59 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2017-02-05 21:44:49 +0100 |
commit | c6f32df907983092cdb9f40c7c7ad0552caf41c3 (patch) | |
tree | 07771f4954a23254e6880e8d5b837167a429f435 /vcl/inc/win | |
parent | eb0b727b8775404b17d45ad6986a902701bc1e31 (diff) |
sal_uIntPtr to sal_uInt16
Change-Id: If463ae457f53a0a8b12cc0748afbc654f54ae3c3
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salprn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/salprn.h b/vcl/inc/win/salprn.h index cfb01c3a4591..a483e2502cc7 100644 --- a/vcl/inc/win/salprn.h +++ b/vcl/inc/win/salprn.h @@ -63,8 +63,8 @@ public: long& rPageOffX, long& rPageOffY, long& rPageWidth, long& rPageHeight ) override; virtual sal_uInt32 GetCapabilities( const ImplJobSetup* pSetupData, PrinterCapType nType ) override; - virtual sal_uIntPtr GetPaperBinCount( const ImplJobSetup* pSetupData ) override; - virtual OUString GetPaperBinName( const ImplJobSetup* pSetupData, sal_uIntPtr nPaperBin ) override; + virtual sal_uInt16 GetPaperBinCount( const ImplJobSetup* pSetupData ) override; + virtual OUString GetPaperBinName( const ImplJobSetup* pSetupData, sal_uInt16 nPaperBin ) override; virtual void InitPaperFormats( const ImplJobSetup* pSetupData ) override; virtual int GetLandscapeAngle( const ImplJobSetup* pSetupData ) override; }; |