summaryrefslogtreecommitdiff
path: root/include/xmlscript/xml_helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlscript/xml_helper.hxx')
-rw-r--r--include/xmlscript/xml_helper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx
index ba31f5c5f022..e7bac7bcb071 100644
--- a/include/xmlscript/xml_helper.hxx
+++ b/include/xmlscript/xml_helper.hxx
@@ -42,7 +42,7 @@ class XMLSCRIPT_DLLPUBLIC XMLElement
: public cppu::WeakImplHelper< css::xml::sax::XAttributeList >
{
public:
- inline XMLElement( OUString const & name )
+ XMLElement( OUString const & name )
: _name( name )
{}