From 3e672693e35e720177eac98094c42570fca9cfbb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Apr 2015 08:33:09 +0200 Subject: loplugin:staticfunction Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6 --- vcl/inc/fontsubset.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/fontsubset.hxx') diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx index cc5b1472cc0a..c571658f01e4 100644 --- a/vcl/inc/fontsubset.hxx +++ b/vcl/inc/fontsubset.hxx @@ -85,7 +85,7 @@ private: protected: bool CreateFontSubsetFromCff( sal_Int32* pOutGlyphWidths = NULL ); bool CreateFontSubsetFromSfnt( sal_Int32* pOutGlyphWidths = NULL ); - bool CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths = NULL ); + static bool CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths = NULL ); }; #endif // INCLUDED_VCL_INC_FONTSUBSET_HXX -- cgit