summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/accessibleselectionhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/accessibleselectionhelper.cxx')
-rw-r--r--comphelper/source/misc/accessibleselectionhelper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/comphelper/source/misc/accessibleselectionhelper.cxx b/comphelper/source/misc/accessibleselectionhelper.cxx
index 2dd8896b2045..517f80c66232 100644
--- a/comphelper/source/misc/accessibleselectionhelper.cxx
+++ b/comphelper/source/misc/accessibleselectionhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibleselectionhelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:27:42 $
+ * last change: $Author: vg $ $Date: 2003-05-22 13:33:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ namespace comphelper
}
//--------------------------------------------------------------------
- void SAL_CALL OCommonAccessibleSelection::selectAllAccessible( ) throw (RuntimeException)
+ void SAL_CALL OCommonAccessibleSelection::selectAllAccessibleChildren( ) throw (RuntimeException)
{
implSelect( ACCESSIBLE_SELECTION_CHILD_ALL, sal_True );
}
@@ -193,10 +193,10 @@ namespace comphelper
}
//--------------------------------------------------------------------
- void SAL_CALL OAccessibleSelectionHelper::selectAllAccessible( ) throw (RuntimeException)
+ void SAL_CALL OAccessibleSelectionHelper::selectAllAccessibleChildren( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- OCommonAccessibleSelection::selectAllAccessible();
+ OCommonAccessibleSelection::selectAllAccessibleChildren();
}
//--------------------------------------------------------------------