diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-16 16:16:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-16 16:21:09 +0100 |
commit | 158b4df6033d4fdadadebeaa6099465fdef2e368 (patch) | |
tree | 2d4f82f63948bada90c0ff32672948670d7af3bb /include | |
parent | 449e0c9c7378ba32039bd5934c26011d682a8a91 (diff) |
svtools: rename IAccessibleTableControl::dispose()
... to not confuse it with XComponent::dispose().
Change-Id: I056fdf77f9116d1c22f8ca9313a0ea313fb1c4aa
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/accessibletable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/accessibletable.hxx b/include/svtools/accessibletable.hxx index 285ab8413f63..8b89684571de 100644 --- a/include/svtools/accessibletable.hxx +++ b/include/svtools/accessibletable.hxx @@ -139,7 +139,7 @@ public: /** disposes the accessible implementation, so that it becomes defunc */ - virtual void dispose() = 0; + virtual void DisposeAccessImpl() = 0; /** checks whether the accessible implementation, and its context, are still alive @return <TRUE/>, if the object is not disposed or disposing. |