summaryrefslogtreecommitdiff
path: root/include/linguistic/lngprophelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/lngprophelp.hxx')
-rw-r--r--include/linguistic/lngprophelp.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx
index 60556d9d11d5..ce618d448ac5 100644
--- a/include/linguistic/lngprophelp.hxx
+++ b/include/linguistic/lngprophelp.hxx
@@ -140,9 +140,6 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XInterface > &
GetEvtObj() const { return xMyEvtObj; }
-
- bool IsIgnoreControlCharacters() const { return bResIsIgnoreControlCharacters; }
- bool IsUseDictionaryList() const { return bResIsUseDictionaryList; }
};
@@ -229,7 +226,6 @@ public:
static sal_Int16 GetDefaultNumberOfSuggestions() { return 16; }
- sal_Int16 GetMaxNumberOfSuggestions() const { return nResMaxNumberOfSuggestions; }
bool IsSpellUpperCase() const { return bResIsSpellUpperCase; }
bool IsSpellWithDigits() const { return bResIsSpellWithDigits; }
bool IsSpellCapitalization() const { return bResIsSpellCapitalization; }