summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-23 15:38:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-23 15:38:16 +0100
commit254ca2513c85701e92b4e27023bf26cbc76133e9 (patch)
treee9f4c8305e7bb8f2e631dfedb65e524c9506d24b /vcl/inc/headless
parent96ff6372e15fa17211650ec6f0da13771a572a42 (diff)
loplugin:staticmethods
Change-Id: Ia22b7f53a85e55fd33762adceba9a1b1827d6f34
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r--vcl/inc/headless/svpinst.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx
index cf30aae0428e..779a65f122d5 100644
--- a/vcl/inc/headless/svpinst.hxx
+++ b/vcl/inc/headless/svpinst.hxx
@@ -167,8 +167,8 @@ public:
virtual GenPspGraphics *CreatePrintGraphics() override;
- ::basebmp::Format getBaseBmpFormatForBitCount(sal_uInt16);
- ::basebmp::Format getBaseBmpFormatForDeviceFormat(DeviceFormat);
+ static ::basebmp::Format getBaseBmpFormatForBitCount(sal_uInt16);
+ static ::basebmp::Format getBaseBmpFormatForDeviceFormat(DeviceFormat);
};
#endif // INCLUDED_VCL_INC_HEADLESS_SVPINST_HXX