diff options
Diffstat (limited to 'xmloff/source/text/XMLFootnoteImportContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLFootnoteImportContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLFootnoteImportContext.cxx b/xmloff/source/text/XMLFootnoteImportContext.cxx index c7d3c599d86b..f2a074033d6e 100644 --- a/xmloff/source/text/XMLFootnoteImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteImportContext.cxx @@ -163,7 +163,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > XMLFootnoteImportConte XMLOFF_WARN_UNKNOWN_ELEMENT("xmloff", nElement); } - return xContext.get(); + return xContext; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |