diff options
-rw-r--r-- | filter/source/svg/svgfilter.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx index e9e8fad10a85..11ae4dea86cc 100644 --- a/filter/source/svg/svgfilter.hxx +++ b/filter/source/svg/svgfilter.hxx @@ -70,8 +70,6 @@ static const OUString sPlaceholderTag( "<[:isPlaceholder:]>" ); class SVGExport : public SvXMLExport { - typedef ::std::list< ::basegfx::B2DPolyPolygon > B2DPolyPolygonList; - bool mbIsUseTinyProfile; bool mbIsEmbedFonts; bool mbIsUseOpacity; |