summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-01-22 15:34:01 +0000
committerSascha Ballach <sab@openoffice.org>2002-01-22 15:34:01 +0000
commit18041b0f8e8531ae0bced5e07e4598d7f2830eec (patch)
tree675ee702d7bd4f73bd79816e7bf106581617c973 /sc/source/ui/inc/AccessibleTableBase.hxx
parent316345ae015b245842377128d4647fcc6bd7f009 (diff)
#95584#; add all necessary throws
Diffstat (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index cacb38d5ce30..de7aa49b99a9 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTableBase.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2002-01-22 14:17:14 $
+ * last change: $Author: sab $ $Date: 2002-01-22 16:33:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -222,14 +222,15 @@ public:
/// Return the number of currently visible children.
// is overloaded to calculate this on demand
virtual long SAL_CALL
- getAccessibleChildCount (void);
+ getAccessibleChildCount (void)
+ throw (::com::sun::star::uno::RuntimeException);
/// Return the specified child or NULL if index is invalid.
// is overloaded to calculate this on demand
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
getAccessibleChild (long nIndex)
- throw (::com::sun::star::uno::RuntimeException,
- ::com::sun::star::lang::IndexOutOfBoundsException);
+ throw (::com::sun::star::uno::RuntimeException/*,
+ ::com::sun::star::lang::IndexOutOfBoundsException*/);
protected:
/// Return this object's description.