diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:43:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:47:29 +0200 |
commit | 1f38a0fe112c6293d04357ad2082255aaaf7e7b3 (patch) | |
tree | c94aa792cbf06bf91add7357b82daeadfc049622 /include/linguistic | |
parent | feddb8cb73db799e89b84ea8fd8c2057fdebca91 (diff) |
unused nResMaxNumberOfSuggestions in PropertyHelper_Spell
since
commit a111044babf3ee929baf548b7ad29df0a419293b
Date: Wed Jul 15 10:49:17 2015 +0200
loplugin:unusedmethods linguistic
Change-Id: I329c53b739395e9332b767562a138b52ce2fe588
Diffstat (limited to 'include/linguistic')
-rw-r--r-- | include/linguistic/lngprophelp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx index 6a52633f681b..f8613deb454e 100644 --- a/include/linguistic/lngprophelp.hxx +++ b/include/linguistic/lngprophelp.hxx @@ -175,7 +175,6 @@ class LNG_DLLPUBLIC PropertyHelper_Spell : bool bIsSpellCapitalization; // return values, will be set to default value or current temporary value - sal_Int16 nResMaxNumberOfSuggestions; // special value that is not part of the property set and thus needs to be handled differently bool bResIsSpellUpperCase; bool bResIsSpellWithDigits; bool bResIsSpellCapitalization; @@ -202,8 +201,6 @@ public: virtual void SAL_CALL propertyChange( const css::beans::PropertyChangeEvent& rEvt ) override; - static sal_Int16 GetDefaultNumberOfSuggestions() { return 16; } - bool IsSpellUpperCase() const { return bResIsSpellUpperCase; } bool IsSpellWithDigits() const { return bResIsSpellWithDigits; } bool IsSpellCapitalization() const { return bResIsSpellCapitalization; } |