diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/AccessibleContextBase.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx index 9c5027f4d9c3..183c097fed0e 100644 --- a/include/editeng/AccessibleContextBase.hxx +++ b/include/editeng/AccessibleContextBase.hxx @@ -250,6 +250,14 @@ public: virtual css::uno::Sequence<sal_Int8> SAL_CALL getImplementationId() override; + /** Check whether or not the object has been disposed (or is in the + state of being disposed). + + @return TRUE, if the object is disposed or in the course + of being disposed. Otherwise, FALSE is returned. + */ + bool IsDisposed() const; + protected: /** The state set. */ @@ -282,14 +290,6 @@ protected: */ void ThrowIfDisposed(); - /** Check whether or not the object has been disposed (or is in the - state of being disposed). - - @return TRUE, if the object is disposed or in the course - of being disposed. Otherwise, FALSE is returned. - */ - bool IsDisposed() const; - /** sets the role as returned by XaccessibleContext::getAccessibleRole <p>Caution: This is only to be used in the construction phase (means within |