summaryrefslogtreecommitdiff
path: root/sc/inc/ChartTools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/ChartTools.hxx')
-rw-r--r--sc/inc/ChartTools.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/ChartTools.hxx b/sc/inc/ChartTools.hxx
index ffac3aeb036d..736142a056c6 100644
--- a/sc/inc/ChartTools.hxx
+++ b/sc/inc/ChartTools.hxx
@@ -12,11 +12,15 @@
#define INCLUDED_SC_INC_CHARTTOOLS_HXX
#include <memory>
-#include <svx/svdoole2.hxx>
+#include <vector>
+
#include <svx/svditer.hxx>
+#include <rtl/ustring.hxx>
+
+#include "types.hxx"
-#include <docsh.hxx>
-#include "drwlayer.hxx"
+class ScDocShell;
+class SdrOle2Obj;
namespace sc {
namespace tools {