summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximppage.cxx')
-rw-r--r--xmloff/source/draw/ximppage.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx
index 60b7d90142ab..678109e099d1 100644
--- a/xmloff/source/draw/ximppage.cxx
+++ b/xmloff/source/draw/ximppage.cxx
@@ -383,8 +383,7 @@ void SdXMLGenericPageContext::SetStyle( OUString& rStyleName )
if(xServiceFact.is())
{
xBackgroundSet = Reference< beans::XPropertySet >::query(
- xServiceFact->createInstance(
- OUString("com.sun.star.drawing.Background")));
+ xServiceFact->createInstance("com.sun.star.drawing.Background"));
}
}