summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-27 08:44:52 +0200
committerNoel Grandin <noel@peralex.com>2015-03-27 10:51:08 +0200
commitaa7a829e7df30a5356fca2bae0bb7eb51367f08d (patch)
tree26e994aa1f5635c63547198fcc4b07599b3d8a90 /dtrans
parent44790193a74923d42228277ed46723ba9e225136 (diff)
loplugin:staticfunction
Change-Id: Id796b799f8e2fcc3eae98d43800c5e31fec27fef
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index 4812bc5b64ee..b7663021a4fe 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -62,7 +62,7 @@ private:
OUString SAL_CALL quotedPValue( );
OUString SAL_CALL nonquotedPValue( );
void SAL_CALL comment( void );
- bool SAL_CALL isInRange( const OUString& aChr, const OUString& aRange );
+ static bool SAL_CALL isInRange( const OUString& aChr, const OUString& aRange );
private:
::osl::Mutex m_aMutex;