Kaydet (Commit) 49bf4745 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

this explicit conversion is unnecessary, use the implicit one

Change-Id: I798a1cd56baa86c7ee08b5f47ec5149d8a4815de
üst 6baca4fc
......@@ -331,7 +331,7 @@ sal_Bool ScXMLImportWrapper::Import(sal_Bool bStylesOnly, ErrCode& nError)
xml::sax::InputSource aParserInput;
if (pMedium)
aParserInput.sSystemId = OUString(pMedium->GetName());
aParserInput.sSystemId = pMedium->GetName();
if ( !xStorage.is() && pMedium )
xStorage = pMedium->GetStorage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment