diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-02 11:09:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-07 10:24:54 +0200 |
commit | e4688a3d41265946007c6c9a5c5b5742078c74a3 (patch) | |
tree | d57cd9a10d8049f0d8b85f297d1fdead673e5439 /idl/source/prj | |
parent | 82b71d4764c12eb173f6d98b94d6bbbc5d296d7e (diff) |
loplugin:staticmethods
Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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", |