summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-25 09:11:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-25 09:11:16 +0200
commit0560f6cc3cd83923f03ec909a1771c6a984ee25d (patch)
tree8d93cf00f3896e708c5f9c4436359802adaaeb63 /vcl/inc/win
parent7768ad6082dc8dd19eca22521f2e8a603495011d (diff)
loplugin:staticmethods
Change-Id: Id1a6184c3d3efab2d0ad921ee44b9b96ddddf74e
Diffstat (limited to 'vcl/inc/win')
-rw-r--r--vcl/inc/win/salgdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 359c566672b8..ef9ff2c43709 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