From 4763091bbecab8722a43d0ed73eafc0a1f596242 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 May 2017 14:17:56 +0200 Subject: loplugin:constantparam Change-Id: Ia9500b25602c14aadf49fe373682ae9d87a0a1a2 Reviewed-on: https://gerrit.libreoffice.org/37390 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/mathml/importutils.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/oox/mathml') 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 -- cgit