summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgfilter.cxx')
-rw-r--r--filter/source/svg/svgfilter.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index d8a40437040c..2843e7df9637 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -75,18 +75,12 @@ SVGFilter::SVGFilter( const Reference< XComponentContext >& rxCtx ) :
mbSinglePage( false ),
mnVisiblePage( -1 ),
mpObjects( nullptr ),
- mxSrcDoc(),
- mxDstDoc(),
- maShapeSelection(),
mbExportShapeSelection(false),
- maFilterData(),
- mxDefaultPage(),
mbWriterFilter(false),
mbCalcFilter(false),
mbImpressFilter(false),
mpDefaultSdrPage( nullptr ),
- mbPresentation( false ),
- maOldFieldHdl()
+ mbPresentation( false )
{
}
@@ -721,7 +715,6 @@ public:
SVGFileInfo(
const uno::Reference<io::XInputStream>& xInput)
: mxInput(xInput),
- mnFirstBytes(),
mnFirstBytesSize(2048),
mnFirstRead(0),
mbProcessed(false),