summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedProperty.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/chart2/source/inc/WrappedProperty.hxx b/chart2/source/inc/WrappedProperty.hxx
index b11ee8af312b..231a0ed3f21f 100644
--- a/chart2/source/inc/WrappedProperty.hxx
+++ b/chart2/source/inc/WrappedProperty.hxx
@@ -19,13 +19,18 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTY_HXX
#define INCLUDED_CHART2_SOURCE_INC_WRAPPEDPROPERTY_HXX
-#include <com/sun/star/beans/XPropertySet.hpp>
-#include <com/sun/star/beans/XPropertyState.hpp>
+#include <com/sun/star/beans/PropertyState.hpp>
+#include <com/sun/star/uno/Any.hxx>
+#include <rtl/ustring.hxx>
#include "charttoolsdllapi.hxx"
#include <map>
#include <memory>
+namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace com { namespace sun { namespace star { namespace beans { class XPropertyState; } } } }
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
+
namespace chart
{