summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r--starmath/source/document.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index bd5f1351062d..72ca5a104a0a 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -756,12 +756,12 @@ bool SmDocShell::Load( SfxMedium& rMedium )
uno::Reference < container::XNameAccess > xAccess (xStorage, uno::UNO_QUERY);
if (
(
- xAccess->hasByName( OUString("content.xml") ) &&
- xStorage->isStreamElement( OUString("content.xml") )
+ xAccess->hasByName( "content.xml" ) &&
+ xStorage->isStreamElement( "content.xml" )
) ||
(
- xAccess->hasByName( OUString("Content.xml") ) &&
- xStorage->isStreamElement( OUString("Content.xml") )
+ xAccess->hasByName( "Content.xml" ) &&
+ xStorage->isStreamElement( "Content.xml" )
)
)
{