summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/ColorPropertySet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-16 10:17:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-16 11:35:38 +0000
commit78f0d15893c56d7368ddd7ded4e70f2a3bb9d2f4 (patch)
tree2dc9a366e0854d852a17ef32ee819b00a6b61778 /xmloff/source/chart/ColorPropertySet.hxx
parent732476f2e3c10edf1776171605d8ce6c6b22338f (diff)
loplugin:constantparam in xmloff/
Change-Id: I376f1d4ac65de584f9caa6ba8e25e43216374112 Reviewed-on: https://gerrit.libreoffice.org/23295 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/chart/ColorPropertySet.hxx')
-rw-r--r--xmloff/source/chart/ColorPropertySet.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/chart/ColorPropertySet.hxx b/xmloff/source/chart/ColorPropertySet.hxx
index ac3c5d5b7aeb..15c65a6c7edf 100644
--- a/xmloff/source/chart/ColorPropertySet.hxx
+++ b/xmloff/source/chart/ColorPropertySet.hxx
@@ -34,8 +34,7 @@ class ColorPropertySet : public ::cppu::WeakImplHelper<
css::beans::XPropertyState >
{
public:
- // if bFillColor == false, the color is a LineColor
- explicit ColorPropertySet( sal_Int32 nColor, bool bFillColor = true );
+ explicit ColorPropertySet( sal_Int32 nColor );
virtual ~ColorPropertySet();
protected: