diff options
Diffstat (limited to 'cui/source/inc/thesdlg.hxx')
-rw-r--r-- | cui/source/inc/thesdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx index 4172164f70ea..46af0be49cfd 100644 --- a/cui/source/inc/thesdlg.hxx +++ b/cui/source/inc/thesdlg.hxx @@ -74,7 +74,7 @@ public: css::uno::Reference< css::linguistic2::XThesaurus > const & xThesaurus, const OUString &rWord, LanguageType nLanguage); void SetWindowTitle( LanguageType nLanguage ); - OUString GetWord(); + OUString GetWord() const; }; #endif |