diff options
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index 7ea66274bb54..d1925585431d 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -378,7 +378,7 @@ public: // Get common attribute list as implementation or interface. SvXMLAttributeList &GetAttrList() { return *mxAttrList; } - css::uno::Reference< css::xml::sax::XAttributeList > GetXAttrList() { return mxAttrList.get(); } + css::uno::Reference< css::xml::sax::XAttributeList > GetXAttrList() { return mxAttrList; } // Get document handler. This methods are not const, because the // reference allows modifications through the handler. |