From 9dc57be59d1a8dc17e77f21cbce04e2bb7247dca Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Sep 2013 12:26:45 +0200 Subject: convert include/svx/langbox.hxx from String to OUString Change-Id: I8a587f573b3a74b6fdd4ca36b49e78e18de8ca3b --- include/svx/langbox.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 106af28ee913..e9319bcbdbc8 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -47,7 +47,7 @@ class SvtLanguageTable; // load language strings from resource -SVX_DLLPUBLIC String GetDicInfoStr( const String& rName, const sal_uInt16 nLang, bool bNeg ); +SVX_DLLPUBLIC OUString GetDicInfoStr( const OUString& rName, const sal_uInt16 nLang, bool bNeg ); class SVX_DLLPUBLIC SvxLanguageBox : public ListBox { @@ -56,7 +56,7 @@ public: private: Image m_aNotCheckedImage; Image m_aCheckedImage; - String m_aAllString; + OUString m_aAllString; com::sun::star::uno::Sequence< sal_Int16 > *m_pSpellUsedLang; SvtLanguageTable* m_pLangTable; sal_Int16 m_nLangList; @@ -65,7 +65,7 @@ private: sal_Bool m_bWithCheckmark; SVX_DLLPRIVATE void Init(); - SVX_DLLPRIVATE sal_uInt16 ImplInsertImgEntry( const String& rEntry, sal_uInt16 nPos, bool bChecked ); + SVX_DLLPRIVATE sal_uInt16 ImplInsertImgEntry( const OUString& rEntry, sal_uInt16 nPos, bool bChecked ); SVX_DLLPRIVATE sal_uInt16 ImplInsertLanguage(LanguageType, sal_uInt16, sal_Int16 ); public: -- cgit