summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accselectionhelper.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-12-23 09:02:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-12-23 09:02:43 +0000
commit8f79475fa999526cb9c5d3f5503a4957a7694ab8 (patch)
treea8119baee04ad0c3d037f883ee8f5ff0a93f7da6 /sw/source/core/access/accselectionhelper.hxx
parent581fb08c558e6db7d6d5af5eb80cc5367018bb5d (diff)
INTEGRATION: CWS swqbugfixes10 (1.5.774); FILE MERGED
2004/11/29 15:40:51 od 1.5.774.1: #111714# <deselectAccessibleChild(..)> - handle index as global child index <SwAccessibleTable::[de]selectAccessibleChild(..)> - no [de]select, if child is already [de]selected.
Diffstat (limited to 'sw/source/core/access/accselectionhelper.hxx')
-rw-r--r--sw/source/core/access/accselectionhelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/access/accselectionhelper.hxx b/sw/source/core/access/accselectionhelper.hxx
index 27ad300b6e90..417ef4b42ed4 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 12:51:34 $
+ * last change: $Author: vg $ $Date: 2004-12-23 10:02:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,6 @@
************************************************************************/
#ifndef _ACCSELECTIONHELPER_HXX_
#define _ACCSELECTIONHELPER_HXX_
-
class SwAccessibleContext;
class SwRootFrm;
class SwFEShell;
@@ -109,8 +108,9 @@ public:
sal_Int32 nSelectedChildIndex )
throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException);
+ // --> OD 2004-11-16 #111714# - index has to be treated as global child index.
void deselectAccessibleChild(
- sal_Int32 nSelectedChildIndex )
+ sal_Int32 nChildIndex )
throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException );
};