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/inc/database.hxx | |
parent | 82b71d4764c12eb173f6d98b94d6bbbc5d296d7e (diff) |
loplugin:staticmethods
Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r-- | idl/inc/database.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 4fabd5fecbb9..4a7effb53a1c 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -108,10 +108,10 @@ public: SvMetaObjectMemberStack & GetStack() { return aContextStack; } void Write(const OString& rText); - void WriteError(const OString& rErrWrn, + static void WriteError(const OString& rErrWrn, const OString& rFileName, const OString& rErrorText, - sal_uLong nRow = 0, sal_uLong nColumn = 0 ) const; + sal_uLong nRow = 0, sal_uLong nColumn = 0 ); void WriteError( SvTokenStream & rInStm ); void SetError( const OString& rError, SvToken * pTok ); void Push( SvMetaObject * pObj ); |