From 1a08ce70788fe3d8938627aa21bde1861cd94181 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Mar 2015 10:50:38 +0200 Subject: loplugin:staticfunction Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5 --- l10ntools/inc/cfgmerge.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'l10ntools/inc/cfgmerge.hxx') diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx index 868b01dd0983..c61ff03ed261 100644 --- a/l10ntools/inc/cfgmerge.hxx +++ b/l10ntools/inc/cfgmerge.hxx @@ -112,7 +112,7 @@ protected: virtual void Output(const OString & rOutput)=0; - void Error(const OString &rError); + static void Error(const OString &rError); private: int ExecuteAnalyzedToken( int nToken, char *pToken ); @@ -121,7 +121,7 @@ private: const OString &rIsoLang, const OString &rResTyp ); - bool IsTokenClosed(const OString &rToken); + static bool IsTokenClosed(const OString &rToken); public: CfgParser(); -- cgit