diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-14 09:02:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-14 08:47:48 +0000 |
commit | 0ea50b5b43a934f2ab080f50585e386ebce0b805 (patch) | |
tree | 44ab55a29143ba8427c9caad43449869a4709679 /include/xmloff/XMLShapeStyleContext.hxx | |
parent | 20a9e101d909cb1953101e5962b74731e1265400 (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 'include/xmloff/XMLShapeStyleContext.hxx')
-rw-r--r-- | include/xmloff/XMLShapeStyleContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLShapeStyleContext.hxx b/include/xmloff/XMLShapeStyleContext.hxx index 1c5aa010acf5..690753784409 100644 --- a/include/xmloff/XMLShapeStyleContext.hxx +++ b/include/xmloff/XMLShapeStyleContext.hxx @@ -49,7 +49,7 @@ public: const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, SvXMLStylesContext& rStyles, - sal_uInt16 nFamily = XML_STYLE_FAMILY_SD_GRAPHICS_ID); + sal_uInt16 nFamily); virtual ~XMLShapeStyleContext() override; SvXMLImportContext * CreateChildContext( |