diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:34:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:34:56 +0000 |
commit | 64f99205a770b01da511c0f03098a867a3b7d925 (patch) | |
tree | 6e983f9d019a7dfe6b6a1138c7adb8695fb16ee7 /accessibility/inc/accessibility | |
parent | dfd21ed088876bdab4f7fc47c6c4139e0e9798ae (diff) |
INTEGRATION: CWS dba30b (1.2.42); FILE MERGED
2008/04/15 22:01:38 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED
2008/03/06 08:44:09 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/inc/accessibility')
-rw-r--r-- | accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx | 5 |
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; |