diff options
Diffstat (limited to 'include/xmlscript')
-rw-r--r-- | include/xmlscript/xml_helper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx index dad9f599f158..508c5789fe1b 100644 --- a/include/xmlscript/xml_helper.hxx +++ b/include/xmlscript/xml_helper.hxx @@ -57,7 +57,7 @@ public: @param nIndex index of sub element */ - css::uno::Reference< css::xml::sax::XAttributeList > getSubElement( sal_Int32 nIndex ); + css::uno::Reference< css::xml::sax::XAttributeList > const & getSubElement( sal_Int32 nIndex ); /** Adds an attribute to elements. |