[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 9 07:10:49 UTC 2021


 vcl/inc/skia/win/gdiimpl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3186f98a29432400d0627eec992da926dd5852c6
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Mar 8 17:41:35 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Mar 9 08:10:10 2021 +0100

    loplugin:staticmethods (clang-cl)
    
    Change-Id: I0a58f7dda3406509344d791a5e24df22a69b2478
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112179
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;


More information about the Libreoffice-commits mailing list