summaryrefslogtreecommitdiffstats
path: root/include/svx/txenctab.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/txenctab.hxx
parentconvert include/svx/ucsubset.hxx from String to OUString (diff)
downloadcore-f7b31b89ab09a50e217bb4c4c9a6edaa1884661d.tar.gz
core-f7b31b89ab09a50e217bb4c4c9a6edaa1884661d.zip
convert include/svx/txenc*.hxx from String to OUString
Change-Id: I4a87fcd660ea64a8328840f731bf4a9ab8b909dd
Diffstat (limited to 'include/svx/txenctab.hxx')
-rw-r--r--include/svx/txenctab.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/txenctab.hxx b/include/svx/txenctab.hxx
index acb6ffbbe5f6..32dd1632db51 100644
--- a/include/svx/txenctab.hxx
+++ b/include/svx/txenctab.hxx
@@ -36,7 +36,7 @@ public:
~SvxTextEncodingTable();
const OUString GetTextString( const rtl_TextEncoding nEnc ) const;
- rtl_TextEncoding GetTextEncoding( const String& rStr ) const;
+ rtl_TextEncoding GetTextEncoding( const OUString& rStr ) const;
};