diff options
Diffstat (limited to 'sfx2/source/menu/thessubmenu.hxx')
-rw-r--r-- | sfx2/source/menu/thessubmenu.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/menu/thessubmenu.hxx b/sfx2/source/menu/thessubmenu.hxx index a6a274fa5d40..2a12c6ae1728 100644 --- a/sfx2/source/menu/thessubmenu.hxx +++ b/sfx2/source/menu/thessubmenu.hxx @@ -42,7 +42,7 @@ public: SfxThesSubMenuHelper(); ~SfxThesSubMenuHelper(); - static ::rtl::OUString GetText( const String &rLookUpString, xub_StrLen nDelimPos ); + static OUString GetText( const String &rLookUpString, xub_StrLen nDelimPos ); // returns the Locale to be used for the selected text when the thesaurus is to be called static void GetLocale( css::lang::Locale /*out */ &rLocale, const String &rLookUpString, xub_StrLen nDelimPos ); @@ -51,7 +51,7 @@ public: bool IsSupportedLocale( const css::lang::Locale & rLocale ) const; // get the first nMax Synonym entries, even if different meanings need to be evaluated - bool GetMeanings( std::vector< ::rtl::OUString > & rSynonyms, const ::rtl::OUString & rWord, const css::lang::Locale & rLocale, sal_Int16 nMaxSynonms ); + bool GetMeanings( std::vector< OUString > & rSynonyms, const OUString & rWord, const css::lang::Locale & rLocale, sal_Int16 nMaxSynonms ); String GetThesImplName( const css::lang::Locale &rLocale ) const; }; |