diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-11-28 21:33:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-29 07:03:35 +0100 |
commit | 411260d836e7bf6c693b9b7d16af1b36184133af (patch) | |
tree | 0f185433974ca7869ac61ba00a65d27deb9b2343 | |
parent | b819131347ddb5cdde6cbbc89e93bff95701f3d8 (diff) |
Remove unused typedef B2DPolyPolygonList (filter/svg)
Change-Id: I9bd4fecabdd1cfa90648b285d659d6b491e544c8
Reviewed-on: https://gerrit.libreoffice.org/45439
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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; |