summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-30 09:55:30 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:13 +0200
commitf7b31b89ab09a50e217bb4c4c9a6edaa1884661d (patch)
tree6e613b1740f9915d4c63406a432622a937b9df85 /svx
parent2e06478b2852f5560abf7614dfa6c46381d9bd75 (diff)
convert include/svx/txenc*.hxx from String to OUString
Change-Id: I4a87fcd660ea64a8328840f731bf4a9ab8b909dd
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/txencbox.cxx2
-rw-r--r--svx/source/dialog/txenctab.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/txencbox.cxx b/svx/source/dialog/txencbox.cxx
index ef3040727dc7..99fda8ec22ee 100644
--- a/svx/source/dialog/txencbox.cxx
+++ b/svx/source/dialog/txencbox.cxx
@@ -199,7 +199,7 @@ void SvxTextEncodingBox::FillWithMimeAndSelectBest()
//------------------------------------------------------------------------
void SvxTextEncodingBox::InsertTextEncoding( const rtl_TextEncoding nEnc,
- const String& rEntry, sal_uInt16 nPos )
+ const OUString& rEntry, sal_uInt16 nPos )
{
sal_uInt16 nAt = InsertEntry( rEntry, nPos );
SetEntryData( nAt, (void*)(sal_uIntPtr)nEnc );
diff --git a/svx/source/dialog/txenctab.cxx b/svx/source/dialog/txenctab.cxx
index c67f0997ceed..f2bc3a880a59 100644
--- a/svx/source/dialog/txenctab.cxx
+++ b/svx/source/dialog/txenctab.cxx
@@ -51,7 +51,7 @@ const OUString SvxTextEncodingTable::GetTextString( const rtl_TextEncoding nEnc
//------------------------------------------------------------------------
-rtl_TextEncoding SvxTextEncodingTable::GetTextEncoding( const String& rStr ) const
+rtl_TextEncoding SvxTextEncodingTable::GetTextEncoding( const OUString& rStr ) const
{
sal_uInt32 nCount = Count();