diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-10 14:12:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-13 09:37:13 +0200 |
commit | 593515e529d75f08f4d3766dac78b1792aea4be4 (patch) | |
tree | a82b7d8b52106727304b092273e3b8cc7c9175d0 /include/editeng/svxacorr.hxx | |
parent | ee094bd46f55118993c72af719dc046476f9f311 (diff) |
loplugin:staticmethods
Change-Id: I332d3b3158b46cf130540c6e1479dd01cb457d03
Diffstat (limited to 'include/editeng/svxacorr.hxx')
-rw-r--r-- | include/editeng/svxacorr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index 98510fc1880a..e1f0ab20f12e 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -176,7 +176,7 @@ class EDITENG_DLLPUBLIC SvxAutoCorrectLanguageLists void LoadXMLExceptList_Imp( SvStringsISortDtor*& rpLst, const sal_Char* pStrmName, SotStorageRef& rStg); - void SaveExceptList_Imp( const SvStringsISortDtor& rLst, + static void SaveExceptList_Imp( const SvStringsISortDtor& rLst, const sal_Char* pStrmName, SotStorageRef& rStg, bool bConvert = false); @@ -420,7 +420,7 @@ public: // (used to avoid occasional 'collisions' with (Thai) input-sequence-checking) static bool IsAutoCorrectChar( sal_Unicode cChar ); - bool NeedsHardspaceAutocorr( sal_Unicode cChar ); + static bool NeedsHardspaceAutocorr( sal_Unicode cChar ); CharClass& GetCharClass( LanguageType eLang ) { |