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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/access/accgraphic.hxx b/sw/source/core/access/accgraphic.hxx
index 51bbd7c5550f..a6eca173e810 100644
--- a/sw/source/core/access/accgraphic.hxx
+++ b/sw/source/core/access/accgraphic.hxx
@@ -51,6 +51,8 @@ public:
// XTypeProvider
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
+ /// Return this object's role.
+ virtual sal_Int16 SAL_CALL getAccessibleRole (void) throw (::com::sun::star::uno::RuntimeException);
};
#endif