From e4688a3d41265946007c6c9a5c5b5742078c74a3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Apr 2015 11:09:37 +0200 Subject: loplugin:staticmethods Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af --- idl/source/prj/database.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/source/prj') diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 98d02993bb73..8cdf10d34213 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -460,7 +460,7 @@ void SvIdlDataBase::Write(const OString& rText) void SvIdlDataBase::WriteError( const OString& rErrWrn, const OString& rFileName, const OString& rErrorText, - sal_uLong nRow, sal_uLong nColumn ) const + sal_uLong nRow, sal_uLong nColumn ) { // error treatment fprintf( stderr, "\n%s --- %s: ( %ld, %ld )\n", -- cgit