summaryrefslogtreecommitdiff
path: root/svx/source/dialog/sendreportw32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/sendreportw32.cxx')
-rw-r--r--svx/source/dialog/sendreportw32.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx
index b49a2612931e..0a02388a3c86 100644
--- a/svx/source/dialog/sendreportw32.cxx
+++ b/svx/source/dialog/sendreportw32.cxx
@@ -112,7 +112,7 @@ namespace svx{
TEXT("ReturnAddress"),
szBuffer,
sizeof(szBuffer) ) )
- maEMailAddrED.SetText(rtl::OUString((sal_Unicode *)szBuffer));
+ maEMailAddrED.SetText(OUString((sal_Unicode *)szBuffer));
DWORD fAllowContact = sal_False;
RegReadValue(
@@ -196,7 +196,7 @@ namespace svx{
if ( fp )
{
- rtl::OString strUTF8(rtl::OUStringToOString(GetUsing(),
+ OString strUTF8(OUStringToOString(GetUsing(),
RTL_TEXTENCODING_UTF8));
fwrite( strUTF8.getStr(), 1, strUTF8.getLength(), fp );