summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ReferenceSizeProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ReferenceSizeProvider.hxx')
-rw-r--r--chart2/source/inc/ReferenceSizeProvider.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/source/inc/ReferenceSizeProvider.hxx b/chart2/source/inc/ReferenceSizeProvider.hxx
index a12b2f2800f8..59b11ead29f5 100644
--- a/chart2/source/inc/ReferenceSizeProvider.hxx
+++ b/chart2/source/inc/ReferenceSizeProvider.hxx
@@ -20,7 +20,6 @@
#define INCLUDED_CHART2_SOURCE_INC_REFERENCESIZEPROVIDER_HXX
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/awt/Size.hpp>
#include "charttoolsdllapi.hxx"
@@ -28,6 +27,10 @@ namespace com { namespace sun { namespace star {
namespace chart2 {
class XTitle;
class XTitled;
+ class XChartDocument;
+}
+namespace beans {
+ class XPropertySet;
}
}}}