Kaydet (Commit) 741d46d5 authored tarafından Marco Cecchetti's avatar Marco Cecchetti

svg export: no more an experimental feature

Removed experimental feature check.
Single slide exporting works as for multi slides exporting.

Change-Id: I3b4f100f5ab9c76896e7f52d65ec27c364216c21
üst 611be3d7
This diff is collapsed.
......@@ -75,7 +75,7 @@ SVGFilter::SVGFilter( const Reference< XComponentContext >& rxCtx ) :
mxDefaultPage(),
maFilterData(),
maShapeSelection(),
mbExportSelection(false),
mbExportShapeSelection(false),
maOldFieldHdl()
{
}
......
......@@ -240,7 +240,7 @@ private:
Sequence< PropertyValue > maFilterData;
// #i124608# explicit ShapeSelection for export when export of the selection is wanted
Reference< XShapes > maShapeSelection;
bool mbExportSelection;
bool mbExportShapeSelection;
XDrawPageSequence mSelectedPages;
XDrawPageSequence mMasterPageTargets;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment