summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-07 13:16:24 +0200
committerNoel Grandin <noel@peralex.com>2015-04-09 10:13:18 +0200
commit35163715ead39eece619a5790903c88fa4216ec6 (patch)
tree68f657e8f4137d234d1b6b32835e3ff540b4b01a /linguistic/source/dicimp.hxx
parente68c699b7e7efdf3678b450124b9e08ee227ddb9 (diff)
loplugin:staticmethods
Change-Id: Ie348778ea666c24e95e048386547f301083a0017
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index fc6647c3091a..9a02ab32a5cb 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -68,14 +68,14 @@ class DictionaryNeo :
sal_uLong loadEntries(const OUString &rMainURL);
sal_uLong saveEntries(const OUString &rMainURL);
- int cmpDicEntry(const OUString &rWord1,
+ static int cmpDicEntry(const OUString &rWord1,
const OUString &rWord2,
bool bSimilarOnly = false);
- bool seekEntry(const OUString &rWord, sal_Int32 *pPos,
+ bool seekEntry(const OUString &rWord, sal_Int32 *pPos,
bool bSimilarOnly = false);
bool isSorted();
- bool addEntry_Impl(const ::com::sun::star::uno::Reference<
+ bool addEntry_Impl(const ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XDictionaryEntry >& rDicEntry,
bool bIsLoadEntries = false);
@@ -191,7 +191,7 @@ class DicEntry :
DicEntry(const DicEntry &) SAL_DELETED_FUNCTION;
DicEntry & operator = (const DicEntry &) SAL_DELETED_FUNCTION;
- void splitDicFileWord(const OUString &rDicFileWord,
+ static void splitDicFileWord(const OUString &rDicFileWord,
OUString &rDicWord,
OUString &rReplacement);