summaryrefslogtreecommitdiff
path: root/include/svtools/langtab.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-14 15:10:01 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:36 +0200
commit6dcb7199db421848ff53167e71fa367417dd70c8 (patch)
tree0fcd2b177e64f6668350dbd8cd9e0d70f77ae0aa /include/svtools/langtab.hxx
parentf4d750cf892888d3377a0568fb8092fc275ec78c (diff)
convert include/svtools/langtab.hxx from String to OUString
Change-Id: Iae97d742a46a9090a70b247b35b5cecb7bb9883c
Diffstat (limited to 'include/svtools/langtab.hxx')
-rw-r--r--include/svtools/langtab.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx
index 1ef5875d2948..924235413a23 100644
--- a/include/svtools/langtab.hxx
+++ b/include/svtools/langtab.hxx
@@ -41,16 +41,16 @@ public:
If FALSE, do replace.
*/
const OUString GetString( const LanguageType eType, bool bUserInterfaceSelection = false ) const;
- LanguageType GetType( const String& rStr ) const;
+ LanguageType GetType( const OUString& rStr ) const;
sal_uInt32 GetEntryCount() const;
LanguageType GetTypeAtIndex( sal_uInt32 nIndex ) const;
- static String GetLanguageString( const LanguageType eType );
+ static OUString GetLanguageString( const LanguageType eType );
};
// Add LRE or RLE embedding characters to the string based on the
// String content (see #i78466#, #i32179#)
-SVT_DLLPUBLIC const String ApplyLreOrRleEmbedding( const String &rText );
+SVT_DLLPUBLIC const OUString ApplyLreOrRleEmbedding( const OUString &rText );
#endif