summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx')
-rw-r--r--xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
index 2ff296d258de..a5e65185c7a0 100644
--- a/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
+++ b/xmloff/source/chart/XMLErrorIndicatorPropertyHdl.hxx
@@ -27,7 +27,7 @@ private:
bool mbUpperIndicator;
public:
- XMLErrorIndicatorPropertyHdl( bool bUpper ) : mbUpperIndicator( bUpper )
+ explicit XMLErrorIndicatorPropertyHdl( bool bUpper ) : mbUpperIndicator( bUpper )
{}
virtual ~XMLErrorIndicatorPropertyHdl();