summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docshini.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/docshini.cxx')
-rw-r--r--sw/source/uibase/app/docshini.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docshini.cxx b/sw/source/uibase/app/docshini.cxx
index a952e0224690..5d54d9c1af1c 100644
--- a/sw/source/uibase/app/docshini.cxx
+++ b/sw/source/uibase/app/docshini.cxx
@@ -584,7 +584,7 @@ bool SwDocShell::LoadFrom( SfxMedium& rMedium )
do { // middle check loop
ErrCodeMsg nErr = ERR_SWG_READ_ERROR;
- OUString aStreamName = "styles.xml";
+ OUString aStreamName = u"styles.xml"_ustr;
uno::Reference < container::XNameAccess > xAccess = rMedium.GetStorage();
if ( xAccess->hasByName( aStreamName ) && rMedium.GetStorage()->isStreamElement( aStreamName ) )
{