summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/sspellimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index a1320bc6f597..c7e8cbf7a6a6 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -54,16 +54,16 @@ class SpellChecker :
XServiceDisplayName
>
{
- Sequence< Locale > aSuppLocales;
- Hunspell ** aDicts;
- rtl_TextEncoding * aDEncs;
- Locale * aDLocs;
- OUString * aDNames;
- sal_Int32 numdict;
+ Sequence< Locale > m_aSuppLocales;
+ Hunspell ** m_aDicts;
+ rtl_TextEncoding * m_aDEncs;
+ Locale * m_aDLocs;
+ OUString * m_aDNames;
+ sal_Int32 m_nNumDict;
- ::comphelper::OInterfaceContainerHelper2 aEvtListeners;
- linguistic::PropertyHelper_Spelling* pPropHelper;
- bool bDisposing;
+ ::comphelper::OInterfaceContainerHelper2 m_aEvtListeners;
+ linguistic::PropertyHelper_Spelling* m_pPropHelper;
+ bool m_bDisposing;
SpellChecker(const SpellChecker &) = delete;
SpellChecker & operator = (const SpellChecker &) = delete;
@@ -71,7 +71,7 @@ class SpellChecker :
linguistic::PropertyHelper_Spelling& GetPropHelper_Impl();
linguistic::PropertyHelper_Spelling& GetPropHelper()
{
- return pPropHelper ? *pPropHelper : GetPropHelper_Impl();
+ return m_pPropHelper ? *m_pPropHelper : GetPropHelper_Impl();
}
sal_Int16 GetSpellFailure( const OUString &rWord, const Locale &rLocale );