summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-14 09:02:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-14 08:47:48 +0000
commit0ea50b5b43a934f2ab080f50585e386ebce0b805 (patch)
tree44ab55a29143ba8427c9caad43449869a4709679 /sc/source/filter/xml/xmlstyle.hxx
parent20a9e101d909cb1953101e5962b74731e1265400 (diff)
loplugin:countusersofdefaultparams in xmloff
Change-Id: Ia92a878ac97b3cc668594946e77a718f27a3e3ed Reviewed-on: https://gerrit.libreoffice.org/28890 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/xml/xmlstyle.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyle.hxx8
1 files changed, 4 insertions, 4 deletions
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