[Libreoffice-commits] core.git: vcl/inc
Stephan Bergmann
sbergman at redhat.com
Tue Oct 25 07:11:46 UTC 2016
vcl/inc/win/salgdi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0560f6cc3cd83923f03ec909a1771c6a984ee25d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Oct 25 09:11:16 2016 +0200
loplugin:staticmethods
Change-Id: Id1a6184c3d3efab2d0ad921ee44b9b96ddddf74e
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 359c566..ef9ff2c 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -357,7 +357,7 @@ private:
// get kernign pairs of the current font
sal_uLong GetKernPairs();
- void DrawTextLayout(const CommonSalLayout&, HDC);
+ static void DrawTextLayout(const CommonSalLayout&, HDC);
public:
// public SalGraphics methods, the interface to the independent vcl part
More information about the Libreoffice-commits
mailing list