diff options
Diffstat (limited to 'include/oox/mathml')
-rw-r--r-- | include/oox/mathml/importutils.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx index 8481cb9a32b7..6beacf9e8795 100644 --- a/include/oox/mathml/importutils.hxx +++ b/include/oox/mathml/importutils.hxx @@ -133,8 +133,7 @@ public: struct OOX_DLLPUBLIC Tag { Tag( int token = XML_TOKEN_INVALID, - const css::uno::Reference< css::xml::sax::XFastAttributeList >& attributes = css::uno::Reference< css::xml::sax::XFastAttributeList >(), - const OUString& text = OUString()); + const css::uno::Reference< css::xml::sax::XFastAttributeList >& attributes = css::uno::Reference< css::xml::sax::XFastAttributeList >()); Tag( int token, const AttributeList& attribs); int token; ///< tag type, or XML_TOKEN_INVALID |