summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-11-05 11:41:37 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-11-05 20:32:47 +0100
commit48a3359070db7ffbf25b5e4c0cf1840a4673ca3c (patch)
tree1bfee8bfc330e6cb86b13537aa11c0c7788eaf04 /filter
parente35ef2502974c74f85c89a9dbc93b1137defcf48 (diff)
Reduce scope of #include <tools/poly.hxx>
Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index b6490352d5cd..2ef8ba2f51e4 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -29,7 +29,6 @@
#include <vcl/vclptr.hxx>
#include <unotools/tempfile.hxx>
#include <tools/color.hxx>
-#include <tools/poly.hxx>
#include <tools/gen.hxx>
#include <tools/stream.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
@@ -41,12 +40,16 @@
class GDIMetaFile;
class BitmapEx;
-namespace tools { class PolyPolygon; }
class Gradient;
class SvtGraphicFill;
class SvtGraphicStroke;
class LineInfo;
namespace basegfx { class B2DPolygon; }
+namespace tools
+{
+ class Polygon;
+ class PolyPolygon;
+}
inline sal_uInt16 _uInt16( sal_Int32 nValue )
{