summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/AccessibleImageBullet.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-10 21:57:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-12 09:09:59 +0100
commit07f9a847f027139d75ac5eb7c8b48a8bb8cb1324 (patch)
tree1a28b42b812d579b65ae3d6f41d393c46ae06fbc /editeng/inc/editeng/AccessibleImageBullet.hxx
parent3127405547d3d4fa5f1f98bab187e7ac19d76b73 (diff)
callcatcher: various unused methods
Diffstat (limited to 'editeng/inc/editeng/AccessibleImageBullet.hxx')
-rw-r--r--editeng/inc/editeng/AccessibleImageBullet.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/editeng/inc/editeng/AccessibleImageBullet.hxx b/editeng/inc/editeng/AccessibleImageBullet.hxx
index aa470ea65ab3..50ee57e65251 100644
--- a/editeng/inc/editeng/AccessibleImageBullet.hxx
+++ b/editeng/inc/editeng/AccessibleImageBullet.hxx
@@ -114,15 +114,6 @@ namespace accessibility
*/
void SetIndexInParent( sal_Int32 nIndex );
- /** Get the current index in the accessibility parent
-
- @attention This method does not lock the SolarMutex,
- leaving that to the calling code. This is because only
- there potential deadlock situations can be resolved. Thus,
- make sure SolarMutex is locked when calling this.
- */
- sal_Int32 GetIndexInParent() const;
-
/** Set the edit engine offset
@attention This method does not lock the SolarMutex,