From 158b4df6033d4fdadadebeaa6099465fdef2e368 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 16 Dec 2013 16:16:15 +0100 Subject: svtools: rename IAccessibleTableControl::dispose() ... to not confuse it with XComponent::dispose(). Change-Id: I056fdf77f9116d1c22f8ca9313a0ea313fb1c4aa --- include/svtools/accessibletable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 , if the object is not disposed or disposing. -- cgit