diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 12:26:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:32 +0200 |
commit | 9dc57be59d1a8dc17e77f21cbce04e2bb7247dca (patch) | |
tree | 6f7ffa71e0335a3277297940b307ecaf4e42f5be /include/svx | |
parent | 04778e507f6564b6e8a1b867313cd0ab5f913c30 (diff) |
convert include/svx/langbox.hxx from String to OUString
Change-Id: I8a587f573b3a74b6fdd4ca36b49e78e18de8ca3b
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/langbox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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: |