summaryrefslogtreecommitdiff
path: root/include/oox
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 /include/oox
parente35ef2502974c74f85c89a9dbc93b1137defcf48 (diff)
Reduce scope of #include <tools/poly.hxx>
Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/drawingml.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx
index b7eafa33ae44..a58f4f7c46c4 100644
--- a/include/oox/export/drawingml.hxx
+++ b/include/oox/export/drawingml.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/Gradient.hpp>
#include <com/sun/star/uno/XReference.hpp>
-#include <tools/poly.hxx>
#include <filter/msfilter/escherex.hxx>
#include "oox/drawingml/drawingmltypes.hxx"
#include <oox/token/tokens.hxx>
@@ -60,6 +59,10 @@ namespace io {
class OutlinerParaObject;
+namespace tools {
+ class PolyPolygon;
+}
+
namespace oox {
namespace core {
class XmlFilterBase;