summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfilter.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-11-28 21:33:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-29 07:03:35 +0100
commit411260d836e7bf6c693b9b7d16af1b36184133af (patch)
tree0f185433974ca7869ac61ba00a65d27deb9b2343 /filter/source/svg/svgfilter.hxx
parentb819131347ddb5cdde6cbbc89e93bff95701f3d8 (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>
Diffstat (limited to 'filter/source/svg/svgfilter.hxx')
-rw-r--r--filter/source/svg/svgfilter.hxx2
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;