summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:35:35 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:35:35 +0000
commit19606ae172944a55886e73bb92eadedfa90b85f5 (patch)
tree3b1239cdc4604f97adbc1b10b63874d012777a6b /accessibility/source/extended
parent246dbb58fa7eba1783f195fd2a6e0bac50d636fa (diff)
INTEGRATION: CWS dba30b (1.2.42); FILE MERGED
2008/04/15 22:01:48 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 08:44:10 fs 1.2.42.1: removed unused methods Issue number: i86577 Submitted by: cmc@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'accessibility/source/extended')
-rw-r--r--accessibility/source/extended/accessibletablistboxtable.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/accessibility/source/extended/accessibletablistboxtable.cxx b/accessibility/source/extended/accessibletablistboxtable.cxx
index b7b7a2e37a96..392469283b26 100644
--- a/accessibility/source/extended/accessibletablistboxtable.cxx
+++ b/accessibility/source/extended/accessibletablistboxtable.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accessibletablistboxtable.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -207,13 +207,6 @@ namespace accessibility
throw IndexOutOfBoundsException();
}
- void AccessibleTabListBoxTable::ensureValidPosition( sal_Int32 _nRow, sal_Int32 _nColumn ) const
- SAL_THROW( ( IndexOutOfBoundsException ) )
- {
- if ( ( _nRow < 0 ) || ( _nRow >= implGetRowCount() ) || ( _nColumn < 0 ) || ( _nColumn >= implGetColumnCount() ) )
- throw IndexOutOfBoundsException();
- }
-
sal_Bool AccessibleTabListBoxTable::implIsRowSelected( sal_Int32 _nRow ) const
{
return m_pTabListBox ? m_pTabListBox->IsSelected( m_pTabListBox->GetEntry( _nRow ) ) : sal_False;