From 700929e8e0f930faa983a3945901b74a745b6347 Mon Sep 17 00:00:00 2001 From: Noel Grandin <noel.grandin@collabora.co.uk> Date: Mon, 10 Sep 2018 09:21:15 +0200 Subject: 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> --- starmath/source/document.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'starmath/source') 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) -- cgit