summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx b/sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
index dc935a71694d..b3b987dbb934 100644
--- a/sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
@@ -23,6 +23,7 @@
#include <svx/AccessibleGraphicShape.hxx>
+#include <com/sun/star/accessibility/AccessibleRole.hpp>
namespace accessibility {
/** This class makes Impress shapes accessible.
@@ -56,6 +57,8 @@ public:
virtual OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException);
+ /// Return this object's role.
+ virtual sal_Int16 SAL_CALL getAccessibleRole () throw (::com::sun::star::uno::RuntimeException);
};
} // end of namespace accessibility