summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/colorscale.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-13 09:56:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-13 10:17:26 +0000
commit8325fcb56d014c12f35808ae6ad17f68b7a1cdd2 (patch)
tree295fe60b2a4926f1f76e734a59bd08d6601ec386 /sc/source/core/data/colorscale.cxx
parentsc: loplugin:badstatics: _one_ global pActiveEdWnd is enough (diff)
downloadcore-8325fcb56d014c12f35808ae6ad17f68b7a1cdd2.tar.gz
core-8325fcb56d014c12f35808ae6ad17f68b7a1cdd2.zip
cppcheck: noExplicitConstructor
Change-Id: Ife26f55c28c4631aec4ba4105225bfca72da8bff
Diffstat (limited to 'sc/source/core/data/colorscale.cxx')
-rw-r--r--sc/source/core/data/colorscale.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index 50cecc21e43a..2fc9a6443069 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -31,7 +31,7 @@ private:
void startListening(ScTokenArray* pTokens, const ScAddress& rPos);
public:
- ScFormulaListener(ScFormulaCell* pCell);
+ explicit ScFormulaListener(ScFormulaCell* pCell);
virtual ~ScFormulaListener();
void Notify( const SfxHint& rHint ) override;