summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx b/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
index 61022d51393c..fedbd855f82f 100644
--- a/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accessibletablistboxtable.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -58,9 +58,6 @@ private:
/** Throws an exception, if nIndex is not a valid child index. */
void ensureValidIndex( sal_Int32 _nIndex ) const
SAL_THROW( ( ::com::sun::star::lang::IndexOutOfBoundsException ) );
- /** Throws an exception, if the specified position is invalid. */
- void ensureValidPosition( sal_Int32 _nRow, sal_Int32 _nColumn ) const
- SAL_THROW( ( ::com::sun::star::lang::IndexOutOfBoundsException ) );
/** Returns true, if the specified row is selected. */
sal_Bool implIsRowSelected( sal_Int32 _nRow ) const;