From 259820af718fe15ea5080711f77918dad8f14fbb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 May 2015 10:29:18 +0200 Subject: loplugin:staticmethods Change-Id: I90dd921077bbfc57200e398e7959306f26c65cfe --- sw/inc/calc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/calc.hxx') diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index d103f3e49340..55cc98f0a54f 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -177,7 +177,7 @@ class SwCalc bool ParseTime( sal_uInt16*, sal_uInt16*, sal_uInt16* ); - OUString GetColumnName( const OUString& rName ); + static OUString GetColumnName( const OUString& rName ); OUString GetDBName( const OUString& rName ); SwCalc( const SwCalc& ) SAL_DELETED_FUNCTION; -- cgit