summaryrefslogtreecommitdiff
path: root/include/svx/txencbox.hxx
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 /include/svx/txencbox.hxx
parent2e06478b2852f5560abf7614dfa6c46381d9bd75 (diff)
convert include/svx/txenc*.hxx from String to OUString
Change-Id: I4a87fcd660ea64a8328840f731bf4a9ab8b909dd
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r--include/svx/txencbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index b8b470116019..e0c0e392322b 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -91,7 +91,7 @@ public:
sal_uInt16 nPos = LISTBOX_APPEND );
void InsertTextEncoding( const rtl_TextEncoding nEnc,
- const String& rEntry,
+ const OUString& rEntry,
sal_uInt16 nPos = LISTBOX_APPEND );
void SelectTextEncoding( const rtl_TextEncoding nEnc,
@@ -99,7 +99,7 @@ public:
rtl_TextEncoding GetSelectTextEncoding() const;
- const String& GetSelectTextString() const;
+ const OUString& GetSelectTextString() const;
};
#endif