From f304a7a14a4af4d3f46eab18d5494194028e61ef Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 30 Apr 2015 10:47:56 +0200 Subject: loplugin:staticmethods Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f --- include/oox/dump/dumperbase.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/oox/dump') diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx index b1e486ea2203..d637ddf754ff 100644 --- a/include/oox/dump/dumperbase.hxx +++ b/include/oox/dump/dumperbase.hxx @@ -540,10 +540,10 @@ protected: private: enum LineType { LINETYPE_DATA, LINETYPE_END }; - LineType readConfigLine( + static LineType readConfigLine( TextInputStream& rStrm, OUString& orKey, - OUString& orData ) const; + OUString& orData ); void processConfigItem( TextInputStream& rStrm, @@ -1254,7 +1254,7 @@ protected: void addPreferredStorage( const String& rStrgPath ); private: - OUString getSysFileName( + static OUString getSysFileName( const OUString& rStrmName, const OUString& rSysOutPath ); -- cgit