summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-19 11:44:44 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-19 11:44:44 +0100
commitcb3a1b5958ea067af867e4dd59636868dfdd2d5c (patch)
tree9de0022cd06897f69ee5787095cb9edf13601045
parent35f659604156a204ff6ec373700b87a9ef4747ac (diff)
sw: loplugin:staticmethods
Change-Id: I67504956436dd394446c723c1a3f164855697466
-rw-r--r--sw/source/ui/fldui/fldref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/fldref.hxx b/sw/source/ui/fldui/fldref.hxx
index 76a8ec6e3dfa..b881c43b56bf 100644
--- a/sw/source/ui/fldui/fldref.hxx
+++ b/sw/source/ui/fldui/fldref.hxx
@@ -71,7 +71,7 @@ class SwFieldRefPage : public SwFieldPage
void UpdateSubType(const OUString& filterString = OUString());
- bool MatchSubstring( const OUString& list_string, const OUString& substr );
+ static bool MatchSubstring( const OUString& list_string, const OUString& substr );
sal_Int32 FillFormatLB(sal_uInt16 nTypeId);