summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 08:54:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 11:20:02 +0100
commit5b51b98b668925f955d50d0fe796762ee05eb487 (patch)
tree7f534edd3dcb35272e697f5626476668caec9349 /vcl/inc/unx
parent843fa5ff69f2bc502a6fa35878104d067b2a1e77 (diff)
loplugin:staticmethods in vcl
Change-Id: I00333677db711761510a35dfae5ce70d61fb9491 Reviewed-on: https://gerrit.libreoffice.org/63397 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/glyphcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx
index 185d42cb683d..59811d6a144a 100644
--- a/vcl/inc/unx/glyphcache.hxx
+++ b/vcl/inc/unx/glyphcache.hxx
@@ -70,7 +70,7 @@ public:
void ClearFontOptions();
private:
- void InitFreetype();
+ static void InitFreetype();
void GarbageCollect();
FreetypeFont* CreateFont(LogicalFontInstance* pLogicalFont);