diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-20 10:30:18 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-05-20 11:51:57 +0000 |
commit | bc0266c4984f94496c0c055c82b94bef9a2625dc (patch) | |
tree | d3dc3babcdf42a6b5c013ef652a1c136d777bfe2 /vcl/inc/salprn.hxx | |
parent | e854ed8ea85fb48f5a049dfc6a87309ff9c7c2ca (diff) |
convert PRINT_CAPABILITIES constants to scoped enum
Change-Id: Ib8750a7acaf038476b0a5307e4a8a0bc3bf16015
Reviewed-on: https://gerrit.libreoffice.org/15824
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/salprn.hxx')
-rw-r--r-- | vcl/inc/salprn.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salprn.hxx b/vcl/inc/salprn.hxx index d3f89ddada58..d719b48be4d3 100644 --- a/vcl/inc/salprn.hxx +++ b/vcl/inc/salprn.hxx @@ -75,7 +75,7 @@ public: long& rOutWidth, long& rOutHeight, long& rPageOffX, long& rPageOffY, long& rPageWidth, long& rPageHeight ) = 0; - virtual sal_uLong GetCapabilities( const ImplJobSetup* pSetupData, sal_uInt16 nType ) = 0; + virtual sal_uLong GetCapabilities( const ImplJobSetup* pSetupData, PrinterCapType nType ) = 0; virtual sal_uLong GetPaperBinCount( const ImplJobSetup* pSetupData ) = 0; virtual OUString GetPaperBinName( const ImplJobSetup* pSetupData, sal_uLong nPaperBin ) = 0; // fills m_aPaperFormats and sets m_bPapersInit to true |