summaryrefslogtreecommitdiff
path: root/include/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic')
-rw-r--r--include/linguistic/lngprophelp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx
index 3d8763289d7d..60556d9d11d5 100644
--- a/include/linguistic/lngprophelp.hxx
+++ b/include/linguistic/lngprophelp.hxx
@@ -227,7 +227,7 @@ public:
propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
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; }
bool IsSpellUpperCase() const { return bResIsSpellUpperCase; }