summaryrefslogtreecommitdiff
path: root/chart2/source/inc/RelativeSizeHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/RelativeSizeHelper.hxx')
-rw-r--r--chart2/source/inc/RelativeSizeHelper.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/inc/RelativeSizeHelper.hxx b/chart2/source/inc/RelativeSizeHelper.hxx
index 0bb50bcac168..22bb89ac7bb4 100644
--- a/chart2/source/inc/RelativeSizeHelper.hxx
+++ b/chart2/source/inc/RelativeSizeHelper.hxx
@@ -19,10 +19,12 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_RELATIVESIZEHELPER_HXX
#define INCLUDED_CHART2_SOURCE_INC_RELATIVESIZEHELPER_HXX
-#include <com/sun/star/awt/Size.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
#include "charttoolsdllapi.hxx"
+namespace com { namespace sun { namespace star { namespace awt { struct Size; } } } }
+namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
+
namespace chart
{