summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/DrawViewWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/DrawViewWrapper.hxx')
-rw-r--r--chart2/source/controller/inc/DrawViewWrapper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/DrawViewWrapper.hxx b/chart2/source/controller/inc/DrawViewWrapper.hxx
index 2adf512fe015..c9814bc96026 100644
--- a/chart2/source/controller/inc/DrawViewWrapper.hxx
+++ b/chart2/source/controller/inc/DrawViewWrapper.hxx
@@ -21,8 +21,9 @@
#include <memory>
#include <svx/view3d.hxx>
-#include <com/sun/star/drawing/XShape.hpp>
-#include <com/sun/star/frame/XModel.hpp>
+
+namespace com { namespace sun { namespace star { namespace drawing { class XShape; } } } }
+namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
class SdrModel;