summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.cxx
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 /filter/source/svg/svgwriter.cxx
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 'filter/source/svg/svgwriter.cxx')
-rw-r--r--filter/source/svg/svgwriter.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 5ab6193637e1..a1cff2e99346 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -130,7 +130,6 @@ SVGAttributeWriter::SVGAttributeWriter( SVGExport& rExport, SVGFontExport& rFont
: mrExport( rExport )
, mrFontExport( rFontExport )
, mrCurrentState( rCurState )
- , mpElemFont( nullptr )
{
}
@@ -455,9 +454,6 @@ SVGTextWriter::SVGTextWriter( SVGExport& rExport, SVGAttributeWriter& rAttribut
mrCurrentTextPortion(),
mpTextEmbeddedBitmapMtf( nullptr ),
mpTargetMapMode( nullptr ),
- mpTextShapeElem( nullptr ),
- mpTextParagraphElem( nullptr ),
- mpTextPositionElem( nullptr ),
mnLeftTextPortionLength( 0 ),
maTextPos(0,0),
mnTextWidth(0),