summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accselectionhelper.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-08-15 08:29:35 +0000
committerMichael Brauer <mib@openoffice.org>2002-08-15 08:29:35 +0000
commita2575a88512fca217c20c9031e64c2942f388e21 (patch)
treee3768a94150d80ccfc94b546c804d21485a4ceca /sw/source/core/access/accselectionhelper.hxx
parent78822ec96643ee701044d12c8ca9c32016b94af5 (diff)
#102272#: Even though deselect does not work, throw exception for illegal index
Diffstat (limited to 'sw/source/core/access/accselectionhelper.hxx')
-rw-r--r--sw/source/core/access/accselectionhelper.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/access/accselectionhelper.hxx b/sw/source/core/access/accselectionhelper.hxx
index e22f42091649..731ad348a0b9 100644
--- a/sw/source/core/access/accselectionhelper.hxx
+++ b/sw/source/core/access/accselectionhelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accselectionhelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2002-05-15 13:17:31 $
+ * last change: $Author: mib $ $Date: 2002-08-15 09:29:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,9 @@ class SwAccessibleSelectionHelper
/// get FE-Shell
SwFEShell* GetFEShell();
+ void throwIndexOutOfBoundsException()
+ throw ( ::com::sun::star::lang::IndexOutOfBoundsException );
+
public:
SwAccessibleSelectionHelper( SwAccessibleContext& rContext );