summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextMasterPageContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextMasterPageContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextMasterPageContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextMasterPageContext.cxx b/xmloff/source/text/XMLTextMasterPageContext.cxx
index 3f2fb301eb8c..8aedf9476f22 100644
--- a/xmloff/source/text/XMLTextMasterPageContext.cxx
+++ b/xmloff/source/text/XMLTextMasterPageContext.cxx
@@ -50,7 +50,7 @@ Reference < XStyle > XMLTextMasterPageContext::Create()
if( xFactory.is() )
{
Reference < XInterface > xIfc =
- xFactory->createInstance(OUString("com.sun.star.style.PageStyle"));
+ xFactory->createInstance("com.sun.star.style.PageStyle");
if( xIfc.is() )
xNewStyle = Reference < XStyle >( xIfc, UNO_QUERY );
}