Kaydet (Commit) 48f0ba92 authored tarafından Andras Timar's avatar Andras Timar

Revert "svg export: no more an experimental feature"

This reverts commit 59cd3f4d.
üst b75c47c8
This diff is collapsed.
...@@ -77,7 +77,7 @@ SVGFilter::SVGFilter( const Reference< XComponentContext >& rxCtx ) : ...@@ -77,7 +77,7 @@ SVGFilter::SVGFilter( const Reference< XComponentContext >& rxCtx ) :
mxDefaultPage(), mxDefaultPage(),
maFilterData(), maFilterData(),
maShapeSelection(), maShapeSelection(),
mbExportShapeSelection(false), mbExportSelection(false),
maOldFieldHdl() maOldFieldHdl()
{ {
} }
......
...@@ -240,7 +240,7 @@ private: ...@@ -240,7 +240,7 @@ private:
Sequence< PropertyValue > maFilterData; Sequence< PropertyValue > maFilterData;
// #i124608# explicit ShapeSelection for export when export of the selection is wanted // #i124608# explicit ShapeSelection for export when export of the selection is wanted
Reference< XShapes > maShapeSelection; Reference< XShapes > maShapeSelection;
bool mbExportShapeSelection; bool mbExportSelection;
XDrawPageSequence mSelectedPages; XDrawPageSequence mSelectedPages;
std::vector< Reference< XDrawPage > > mMasterPageTargets; std::vector< Reference< XDrawPage > > 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