diff options
Diffstat (limited to 'xmloff/source/text/XMLTextMasterPageContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextMasterPageContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextMasterPageContext.cxx b/xmloff/source/text/XMLTextMasterPageContext.cxx index a94b431cc009..0e643bede23c 100644 --- a/xmloff/source/text/XMLTextMasterPageContext.cxx +++ b/xmloff/source/text/XMLTextMasterPageContext.cxx @@ -227,7 +227,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > XMLTextMasterPageConte bFooter, bLeft, bFirst ); } - return xContext.get(); + return xContext; } SvXMLImportContext *XMLTextMasterPageContext::CreateHeaderFooterContext( |