summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-09-06 13:56:18 +0900
committerCaolán McNamara <caolanm@redhat.com>2016-09-06 07:32:24 +0000
commitc966bac490bb161cb2f5ede962a6e3e7f002e178 (patch)
tree14de4cb532fe006815951e7a04da44ee71c2b362 /starmath/inc/node.hxx
parent9f0827d5824f1418bd3e26bb3ac9458179898e9c (diff)
starmath: Drop unused 1st argument of SmErrorNode's ctor
Change-Id: I01d8fa4bcfbfd4757230ff54902967f709216111 Reviewed-on: https://gerrit.libreoffice.org/28678 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 91414ec7244c..4a659b341d1a 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -597,7 +597,7 @@ public:
class SmErrorNode : public SmMathSymbolNode
{
public:
- SmErrorNode(SmParseError /*eError*/, const SmToken &rNodeToken)
+ explicit SmErrorNode(const SmToken &rNodeToken)
: SmMathSymbolNode(NERROR, rNodeToken)
{
SetText(OUString(MS_ERROR));