[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - filter/source
Marco Cecchetti
marco.cecchetti at collabora.com
Thu Jun 30 20:01:03 UTC 2016
filter/source/svg/svgwriter.cxx | 1 -
filter/source/svg/svgwriter.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 3ca7bf489d3df36b4e23bc3c5b515bd93e235e27
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date: Thu Jun 30 21:59:38 2016 +0200
svg export: removed unused class data field
Change-Id: Icd98992279770fbfdaed2aab3501e5c95938196f
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 9859195..d01ef3d 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -1734,7 +1734,6 @@ SVGActionWriter::SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport
mnCurClipPathId( 1 ),
mpCurrentClipRegionElem(),
mrExport( rExport ),
- mrFontExport( rFontExport ),
maContextHandler(),
mrCurrentState( maContextHandler.getCurrentState() ),
maAttributeWriter( rExport, rFontExport, mrCurrentState ),
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index e0f9185..cf4d24b 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -353,7 +353,6 @@ private:
::std::unique_ptr< SvXMLElementExport > mpCurrentClipRegionElem;
::std::unique_ptr< SVGShapeDescriptor > mapCurShape;
SVGExport& mrExport;
- SVGFontExport& mrFontExport;
SVGContextHandler maContextHandler;
SVGState& mrCurrentState;
SVGAttributeWriter maAttributeWriter;
More information about the Libreoffice-commits
mailing list