diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 09:21:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 12:24:50 +0200 |
commit | 700929e8e0f930faa983a3945901b74a745b6347 (patch) | |
tree | 8ac928558e6a8e5ab0af0244ba171a728b1c631c /starmath/source | |
parent | f0de1dea8a408daf894388411b5443bcffd26119 (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/source')
-rw-r--r-- | starmath/source/document.cxx | 1 |
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) |