summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlformatting.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlformatting.hxx')
-rw-r--r--include/oox/vml/vmlformatting.hxx17
1 files changed, 12 insertions, 5 deletions
diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index 05988f643755..d7c3e92f0b9c 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -20,13 +20,20 @@
#ifndef INCLUDED_OOX_VML_VMLFORMATTING_HXX
#define INCLUDED_OOX_VML_VMLFORMATTING_HXX
-#include <oox/helper/helper.hxx>
+#include <utility>
+#include <vector>
+
+#include <com/sun/star/drawing/PolygonFlags.hpp>
+#include <com/sun/star/uno/Reference.hxx>
#include <oox/dllapi.h>
-#include <com/sun/star/awt/Point.hpp>
-#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
-#include <com/sun/star/drawing/XShape.hpp>
+#include <oox/helper/helper.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
-#include <vector>
+namespace com { namespace sun { namespace star {
+ namespace awt { struct Point; }
+ namespace drawing { class XShape; }
+} } }
namespace oox {
class GraphicHelper;