summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/helper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/helper.cxx')
-rw-r--r--sfx2/source/bastyp/helper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx
index 50b9196950c2..24eb85640796 100644
--- a/sfx2/source/bastyp/helper.cxx
+++ b/sfx2/source/bastyp/helper.cxx
@@ -79,7 +79,7 @@ void AppendDateTime_Impl( const util::DateTime rDT,
DateTime aDT( DateTime::EMPTY );
CONVERT_DATETIME( rDT, aDT );
String aDateStr = rWrapper.getDate( aDT );
- aDateStr += String::CreateFromAscii( ", " );
+ aDateStr += rtl::OUString(", ");
aDateStr += rWrapper.getTime( aDT );
rRow += aDateStr;
}