diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-30 10:47:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:39 +0200 |
commit | f304a7a14a4af4d3f46eab18d5494194028e61ef (patch) | |
tree | 7f51b8efe4427d01fc688925c44e0a05e3c64c7b /include/oox/dump/dumperbase.hxx | |
parent | b2b85c2b3920fdd92b8d3bf32af1cac5679e116e (diff) |
loplugin:staticmethods
Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f
Diffstat (limited to 'include/oox/dump/dumperbase.hxx')
-rw-r--r-- | include/oox/dump/dumperbase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |