diff options
Diffstat (limited to 'include/editeng/splwrap.hxx')
-rw-r--r-- | include/editeng/splwrap.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index 18547e96c6ac..6c77e530e1e9 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -125,9 +125,9 @@ protected: virtual bool SpellContinue(); // Check Areas // Result available through GetLast virtual void ReplaceAll( const OUString &rNewText, sal_Int16 nLanguage ); //Replace word from the replace list - ::com::sun::star::uno::Reference< + static ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionary > - GetAllRightDic() const; + GetAllRightDic(); virtual void SpellEnd(); // Finish area virtual void ScrollArea(); // Set ScrollArea // Replace word |