summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accgraphic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accgraphic.hxx')
-rw-r--r--sw/source/core/access/accgraphic.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/access/accgraphic.hxx b/sw/source/core/access/accgraphic.hxx
index 379a95c274ee..af6391baa6f6 100644
--- a/sw/source/core/access/accgraphic.hxx
+++ b/sw/source/core/access/accgraphic.hxx
@@ -59,6 +59,10 @@ public:
//===== XTypeProvider ====================================================
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
+ //IAccessibility2 Implementation 2009-----
+ /// Return this object's role.
+ virtual sal_Int16 SAL_CALL getAccessibleRole (void) throw (::com::sun::star::uno::RuntimeException);
+ //-----IAccessibility2 Implementation 2009
};