summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkprn.hxx
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/unx/gtk/gtkprn.hxx
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/unx/gtk/gtkprn.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkprn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx
index 478048a22fe0..dd72ebcd0e60 100644
--- a/vcl/inc/unx/gtk/gtkprn.hxx
+++ b/vcl/inc/unx/gtk/gtkprn.hxx
@@ -41,7 +41,7 @@ private:
class VCL_DLLPUBLIC GtkSalInfoPrinter : public PspSalInfoPrinter
{
public:
- sal_uLong GetCapabilities(const ImplJobSetup* i_pSetupData, sal_uInt16 i_nType) SAL_OVERRIDE;
+ sal_uLong GetCapabilities(const ImplJobSetup* i_pSetupData, PrinterCapType i_nType) SAL_OVERRIDE;
};
#endif // INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX