summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-03-08 17:41:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-03-09 08:10:10 +0100
commit3186f98a29432400d0627eec992da926dd5852c6 (patch)
treeb544cf0bd6486674e45502a85e1ae387bc9fe720
parent4d3239061c71d43f3e8521160a318873001c3e6a (diff)
loplugin:staticmethods (clang-cl)
Change-Id: I0a58f7dda3406509344d791a5e24df22a69b2478 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112179 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--vcl/inc/skia/win/gdiimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/skia/win/gdiimpl.hxx b/vcl/inc/skia/win/gdiimpl.hxx
index 594d4bad4b8c..fb82731ad533 100644
--- a/vcl/inc/skia/win/gdiimpl.hxx
+++ b/vcl/inc/skia/win/gdiimpl.hxx
@@ -62,7 +62,7 @@ public:
protected:
virtual void createWindowContext(bool forceRaster = false) override;
virtual void performFlush() override;
- sk_sp<SkTypeface> createDirectWriteTypeface(HDC hdc, HFONT hfont);
+ static sk_sp<SkTypeface> createDirectWriteTypeface(HDC hdc, HFONT hfont);
static void initFontInfo();
inline static sal::systools::COMReference<IDWriteFactory> dwriteFactory;
inline static sal::systools::COMReference<IDWriteGdiInterop> dwriteGdiInterop;