loplugin:constantfunction: linguistic
Change-Id: If9645dc5962432af6912c98649eea9c981fb0ed1
This commit is contained in:
@@ -227,7 +227,7 @@ public:
|
|||||||
propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
|
propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
|
||||||
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||||
|
|
||||||
sal_Int16 GetDefaultNumberOfSuggestions() const;
|
static sal_Int16 GetDefaultNumberOfSuggestions() { return 16; }
|
||||||
|
|
||||||
sal_Int16 GetMaxNumberOfSuggestions() const { return nResMaxNumberOfSuggestions; }
|
sal_Int16 GetMaxNumberOfSuggestions() const { return nResMaxNumberOfSuggestions; }
|
||||||
bool IsSpellUpperCase() const { return bResIsSpellUpperCase; }
|
bool IsSpellUpperCase() const { return bResIsSpellUpperCase; }
|
||||||
|
@@ -525,12 +525,6 @@ void PropertyHelper_Spell::SetTmpPropVals( const PropertyValues &rPropVals )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sal_Int16 PropertyHelper_Spell::GetDefaultNumberOfSuggestions() const
|
|
||||||
{
|
|
||||||
return 16;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static const char *aHP[] =
|
static const char *aHP[] =
|
||||||
{
|
{
|
||||||
UPN_HYPH_MIN_LEADING,
|
UPN_HYPH_MIN_LEADING,
|
||||||
|
Reference in New Issue
Block a user