summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 09:21:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 12:24:50 +0200
commit700929e8e0f930faa983a3945901b74a745b6347 (patch)
tree8ac928558e6a8e5ab0af0244ba171a728b1c631c /starmath
parentf0de1dea8a408daf894388411b5443bcffd26119 (diff)
loplugin:simplifyconstruct in sfx2..starmath
Change-Id: I9fbdd23ad61773e57aaf7d70fd19d05a50b8d399 Reviewed-on: https://gerrit.libreoffice.org/60238 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/document.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 7a443b998014..c49fc8712998 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -613,7 +613,6 @@ void SmDocShell::Repaint()
SmDocShell::SmDocShell( SfxModelFlags i_nSfxCreationFlags )
: SfxObjectShell(i_nSfxCreationFlags)
, mpEditEngineItemPool(nullptr)
- , mpEditEngine(nullptr)
, mpPrinter(nullptr)
, mpTmpPrinter(nullptr)
, mnModifyCount(0)