summaryrefslogtreecommitdiff
path: root/vcl/headless/svpvd.cxx
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/headless/svpvd.cxx
parent96ff6372e15fa17211650ec6f0da13771a572a42 (diff)
loplugin:staticmethods
Change-Id: Ia22b7f53a85e55fd33762adceba9a1b1827d6f34
Diffstat (limited to 'vcl/headless/svpvd.cxx')
-rw-r--r--vcl/headless/svpvd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpvd.cxx b/vcl/headless/svpvd.cxx
index 3cc8b5f7d91e..8b4d3c5e5771 100644
--- a/vcl/headless/svpvd.cxx
+++ b/vcl/headless/svpvd.cxx
@@ -67,7 +67,7 @@ bool SvpSalVirtualDevice::SetSizeUsingBuffer( long nNewDX, long nNewDY,
{
SvpSalInstance* pInst = SvpSalInstance::s_pDefaultInstance;
assert( pInst );
- basebmp::Format nFormat = pInst->getBaseBmpFormatForDeviceFormat(m_eFormat);
+ basebmp::Format nFormat = SvpSalInstance::getBaseBmpFormatForDeviceFormat(m_eFormat);
sal_Int32 nStride = basebmp::getBitmapDeviceStrideForWidth(nFormat, aDevSize.getX());
if (m_eFormat == DeviceFormat::BITMASK)