summaryrefslogtreecommitdiffstats
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-26 09:16:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 11:51:16 +0000
commitc5bcfe902d1c4be488a1ce0ffb44a4f54734b2d5 (patch)
tree005e92bd01b8677581d8c38dbbaedf9e6ad8415a /svx/source/inc
parentfdo#75133: Preseved bibliography after round trip. (diff)
downloadcore-c5bcfe902d1c4be488a1ce0ffb44a4f54734b2d5.tar.gz
core-c5bcfe902d1c4be488a1ce0ffb44a4f54734b2d5.zip
callcatcher: update unused code
Change-Id: I2d79938465800a6bfe8cc120b85dc449ff04a960
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/svxpixelctlaccessiblecontext.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/inc/svxpixelctlaccessiblecontext.hxx b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
index 2c887b73fb54..0b8a8359ced6 100644
--- a/svx/source/inc/svxpixelctlaccessiblecontext.hxx
+++ b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
@@ -249,17 +249,6 @@ public:
inline sal_Bool IsNotAlive( void ) const;
protected:
- /** @attention This method requires locked mutex's and a living object.
- @throws <type>IndexOutOfBoundsException</type>
- If the specified row index is invalid. */
- void ensureIsValidRow( sal_Int32 nRow )
- throw ( ::com::sun::star::lang::IndexOutOfBoundsException );
- /** @attention This method requires locked mutex's and a living object.
- @throws <type>IndexOutOfBoundsException</type>
- If the specified column index is invalid. */
- void ensureIsValidColumn( sal_Int32 nColumn )
- throw ( ::com::sun::star::lang::IndexOutOfBoundsException );
-
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> m_xCurChild;
public:
void NotifyChild(long nIndex,sal_Bool bSelect ,sal_Bool bCheck);