diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:49:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:49:05 +0000 |
commit | ac4807552b68a91c695e7588be93bbf2ad292b98 (patch) | |
tree | 3488003465a79c7c62cdf8485312056ce7a31712 /basctl/source/accessibility | |
parent | 5ecba6273f53f6fc0ce6f3ab622f05cc2166b52f (diff) |
INTEGRATION: CWS uaa03 (1.3.14); FILE MERGED
2003/05/21 16:45:38 mt 1.3.14.1: #i14623# UAA finalization
Diffstat (limited to 'basctl/source/accessibility')
-rw-r--r-- | basctl/source/accessibility/accessibledialogwindow.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/accessibility/accessibledialogwindow.cxx b/basctl/source/accessibility/accessibledialogwindow.cxx index d07295991529..6175edd48104 100644 --- a/basctl/source/accessibility/accessibledialogwindow.cxx +++ b/basctl/source/accessibility/accessibledialogwindow.cxx @@ -2,9 +2,9 @@ * * $RCSfile: accessibledialogwindow.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-24 18:19:31 $ + * last change: $Author: vg $ $Date: 2003-05-22 12:49:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1123,7 +1123,7 @@ void AccessibleDialogWindow::clearAccessibleSelection( ) throw (RuntimeExceptio // ----------------------------------------------------------------------------- -void AccessibleDialogWindow::selectAllAccessible( ) throw (RuntimeException) +void AccessibleDialogWindow::selectAllAccessibleChildren( ) throw (RuntimeException) { OExternalLockGuard aGuard( this ); |