summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShapeInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/AccessibleShapeInfo.hxx')
-rw-r--r--include/svx/AccessibleShapeInfo.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/include/svx/AccessibleShapeInfo.hxx b/include/svx/AccessibleShapeInfo.hxx
index d81529e8de0f..d40251c41237 100644
--- a/include/svx/AccessibleShapeInfo.hxx
+++ b/include/svx/AccessibleShapeInfo.hxx
@@ -20,13 +20,18 @@
#ifndef INCLUDED_SVX_ACCESSIBLESHAPEINFO_HXX
#define INCLUDED_SVX_ACCESSIBLESHAPEINFO_HXX
-#include <com/sun/star/drawing/XShape.hpp>
-#include <com/sun/star/accessibility/XAccessible.hpp>
-#include <svx/IAccessibleParent.hxx>
+#include <com/sun/star/uno/Reference.hxx>
#include <svx/svxdllapi.h>
+namespace com { namespace sun { namespace star {
+ namespace accessibility { class XAccessible; }
+ namespace drawing { class XShape; }
+} } }
+
namespace accessibility {
+class IAccessibleParent;
+
/** @descr
This class is a container for the information specific for a single
shape that is passed to the constructor of that shape. It allows to