summaryrefslogtreecommitdiff
path: root/include/xmloff/txtimppr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-02 14:07:31 +0200
committerNoel Grandin <noel@peralex.com>2015-04-07 10:24:54 +0200
commitd1b27a1d9af27c0447d4eb1c8d5864b5028d7746 (patch)
tree7f551a3eb69040d674bf5b52b0405b897b23324f /include/xmloff/txtimppr.hxx
parente4688a3d41265946007c6c9a5c5b5742078c74a3 (diff)
loplugin:staticmethods
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
Diffstat (limited to 'include/xmloff/txtimppr.hxx')
-rw-r--r--include/xmloff/txtimppr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/txtimppr.hxx b/include/xmloff/txtimppr.hxx
index baa7cee25dca..9a2e0293efdc 100644
--- a/include/xmloff/txtimppr.hxx
+++ b/include/xmloff/txtimppr.hxx
@@ -29,12 +29,12 @@ class XMLOFF_DLLPUBLIC XMLTextImportPropertyMapper : public SvXMLImportPropertyM
sal_Int32 nSizeTypeIndex;
sal_Int32 nWidthTypeIndex;
- void FontFinished(
+ static void FontFinished(
XMLPropertyState *pFontFamilyNameState,
XMLPropertyState *pFontStyleNameState,
XMLPropertyState *pFontFamilyState,
XMLPropertyState *pFontPitchState,
- XMLPropertyState *pFontCharsetState ) const;
+ XMLPropertyState *pFontCharsetState );
void FontDefaultsCheck(
XMLPropertyState*pFontFamilyName,