diff options
Diffstat (limited to 'xmloff/source/style/xmltabi.cxx')
-rw-r--r-- | xmloff/source/style/xmltabi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx index f93e7d86c9b1..601c3f5fd191 100644 --- a/xmloff/source/style/xmltabi.cxx +++ b/xmloff/source/style/xmltabi.cxx @@ -141,7 +141,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > SvxXMLTabStopImportCon mpTabStops->push_back( xTabStopContext ); - return xTabStopContext.get(); + return xTabStopContext; } else XMLOFF_WARN_UNKNOWN_ELEMENT("xmloff", nElement); |