summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TextEffectsHandler.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 17:01:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-13 08:30:22 +0200
commit5cd976bdef4334a5c28d6c7748ef5d72cf5025ff (patch)
tree33b42d8365a7532155b3d1f35c4f4f12bbde191b /writerfilter/source/dmapper/TextEffectsHandler.cxx
parent8c29b0837d924d226fd1a48e323771b450f2b9b6 (diff)
loplugin:simplifyconstruct in writerfilter..xmlsecurity
Change-Id: Ic2d901ca0dbc2d6fa96611d260c1572da8a783c0 Reviewed-on: https://gerrit.libreoffice.org/60398 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/dmapper/TextEffectsHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/TextEffectsHandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/TextEffectsHandler.cxx b/writerfilter/source/dmapper/TextEffectsHandler.cxx
index 13e621438c62..7626fb133762 100644
--- a/writerfilter/source/dmapper/TextEffectsHandler.cxx
+++ b/writerfilter/source/dmapper/TextEffectsHandler.cxx
@@ -480,8 +480,7 @@ void TextEffectsHandler::convertElementIdToPropertyId(sal_Int32 aElementId)
}
TextEffectsHandler::TextEffectsHandler(sal_uInt32 aElementId) :
- LoggedProperties("TextEffectsHandler"),
- mpGrabBagStack(nullptr)
+ LoggedProperties("TextEffectsHandler")
{
convertElementIdToPropertyId(aElementId);
mpGrabBagStack.reset(new oox::GrabBagStack(maElementName));