summaryrefslogtreecommitdiff
path: root/include/filter/msfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-08 14:52:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-08 19:28:19 +0200
commit8dc6c96a8036f80c3ba016ea347ce2f83daa9726 (patch)
tree0e53fb33114b21b5f1942fee3b727efea79bb65d /include/filter/msfilter
parent9212fadc4d421148e1a3f8b668d82a93f65cc2c3 (diff)
loplugin:simplifyconstruct in filter..framework
Change-Id: Ida4307a92dfb1dbd14da5a30b6ee1f0fd6a9455e Reviewed-on: https://gerrit.libreoffice.org/60194 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter/msfilter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 4e32f9949f3c..36229fb5044a 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -1213,7 +1213,6 @@ struct ImplPPTTextObj : public salhelper::SimpleReferenceObject
explicit ImplPPTTextObj( PptSlidePersistEntry& rPersistEntry )
: mnShapeId(0)
, mnShapeMaster(0)
- , mpPlaceHolderAtom(nullptr)
, mnInstance(TSS_Type::PageTitle)
, mnDestinationInstance(TSS_Type::PageTitle)
, meShapeType(mso_sptMin)