From 0ea50b5b43a934f2ab080f50585e386ebce0b805 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Sep 2016 09:02:16 +0200 Subject: loplugin:countusersofdefaultparams in xmloff Change-Id: Ia92a878ac97b3cc668594946e77a718f27a3e3ed Reviewed-on: https://gerrit.libreoffice.org/28890 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sc/source/filter/xml/xmlstyle.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/filter/xml/xmlstyle.hxx') diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx index e706d629b665..c02b4c4dfdc6 100644 --- a/sc/source/filter/xml/xmlstyle.hxx +++ b/sc/source/filter/xml/xmlstyle.hxx @@ -119,7 +119,7 @@ public: const XMLPropertyState& rProperty, SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState > *pProperties, - sal_uInt32 nIdx = 0 ) const override; + sal_uInt32 nIdx ) const override; /** this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_EXPORT flag set */ virtual void handleSpecialItem( @@ -128,7 +128,7 @@ public: const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap, const ::std::vector< XMLPropertyState > *pProperties, - sal_uInt32 nIdx = 0 ) const override; + sal_uInt32 nIdx ) const override; }; class ScXMLRowExportPropertyMapper : public SvXMLExportPropertyMapper @@ -159,7 +159,7 @@ public: const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap, const ::std::vector< XMLPropertyState > *pProperties, - sal_uInt32 nIdx = 0 ) const override; + sal_uInt32 nIdx ) const override; }; class ScXMLTableExportPropertyMapper : public SvXMLExportPropertyMapper @@ -177,7 +177,7 @@ public: const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap, const ::std::vector< XMLPropertyState > *pProperties, - sal_uInt32 nIdx = 0 ) const override; + sal_uInt32 nIdx ) const override; }; class ScXMLAutoStylePoolP : public SvXMLAutoStylePoolP -- cgit