summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-20 10:30:18 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-05-20 11:51:57 +0000
commitbc0266c4984f94496c0c055c82b94bef9a2625dc (patch)
treed3dc3babcdf42a6b5c013ef652a1c136d777bfe2 /vcl/inc/win
parente854ed8ea85fb48f5a049dfc6a87309ff9c7c2ca (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/win')
-rw-r--r--vcl/inc/win/salprn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salprn.h b/vcl/inc/win/salprn.h
index 91a364e92a2c..05bfac6cbeb8 100644
--- a/vcl/inc/win/salprn.h
+++ b/vcl/inc/win/salprn.h
@@ -64,7 +64,7 @@ public:
long& rOutWidth, long& rOutHeight,
long& rPageOffX, long& rPageOffY,
long& rPageWidth, long& rPageHeight ) SAL_OVERRIDE;
- virtual sal_uIntPtr GetCapabilities( const ImplJobSetup* pSetupData, sal_uInt16 nType ) SAL_OVERRIDE;
+ virtual sal_uIntPtr GetCapabilities( const ImplJobSetup* pSetupData, PrinterCapType nType ) SAL_OVERRIDE;
virtual sal_uIntPtr GetPaperBinCount( const ImplJobSetup* pSetupData ) SAL_OVERRIDE;
virtual OUString GetPaperBinName( const ImplJobSetup* pSetupData, sal_uIntPtr nPaperBin ) SAL_OVERRIDE;
virtual void InitPaperFormats( const ImplJobSetup* pSetupData ) SAL_OVERRIDE;