summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/ctredlin.cxx')
-rw-r--r--svx/source/dialog/ctredlin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index 5d7775e90d9f..620ce3949da4 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -564,7 +564,7 @@ void SvxTPView::Resize()
void SvxTPView::InsertWriterHeader()
{
- String aStrTab(sal_Unicode('\t'));
+ rtl::OUString aStrTab('\t');
String aString(aTitle1);
aString+=aStrTab;
aString+=aTitle3;
@@ -578,7 +578,7 @@ void SvxTPView::InsertWriterHeader()
void SvxTPView::InsertCalcHeader()
{
- String aStrTab(sal_Unicode('\t'));
+ rtl::OUString aStrTab('\t');
String aString(aTitle1);
aString+=aStrTab;
aString+=aTitle2;