summaryrefslogtreecommitdiff
path: root/starmath/source/parse5.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-09-02 09:16:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-02 13:05:05 +0200
commitb1af7083b469eec48783b7a1aaff6d080901fc7f (patch)
tree5d81585ed67232a1884ffc7146a2401c3c965c19 /starmath/source/parse5.cxx
parenta8638dc41540e00c341a82c83e5a11fae5f74c20 (diff)
clang-tidy:readability-redundant-member-init
Change-Id: I39b9ac81d65f4a269293824642c1b2ec593c0584 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121490 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/parse5.cxx')
-rw-r--r--starmath/source/parse5.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/parse5.cxx b/starmath/source/parse5.cxx
index 23ffb17d19d3..a3b253bfd308 100644
--- a/starmath/source/parse5.cxx
+++ b/starmath/source/parse5.cxx
@@ -2686,8 +2686,7 @@ std::unique_ptr<SmExpressionNode> SmParser5::DoError(SmParseError eError)
// end grammar
SmParser5::SmParser5()
- : AbstractSmParser()
- , m_nCurError(0)
+ : m_nCurError(0)
, m_nBufferIndex(0)
, m_nTokenIndex(0)
, m_nRow(0)