diff options
Diffstat (limited to 'include/svx/AccessibleShapeTreeInfo.hxx')
-rw-r--r-- | include/svx/AccessibleShapeTreeInfo.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svx/AccessibleShapeTreeInfo.hxx b/include/svx/AccessibleShapeTreeInfo.hxx index b316f105ea29..a6178f72cbfd 100644 --- a/include/svx/AccessibleShapeTreeInfo.hxx +++ b/include/svx/AccessibleShapeTreeInfo.hxx @@ -70,6 +70,12 @@ public: void SetDocumentWindow (const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleComponent>& rxViewWindow); + /** Deprecated. Don't use this method. + */ + ::com::sun::star::uno::Reference< + ::com::sun::star::accessibility::XAccessibleComponent> + GetDocumentWindow (void) const; + /** Deprecated. Use the correctly named SetModelBroadcaster method instead. */ |