diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 12:46:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 12:46:50 +0000 |
commit | b7ddd883eeed78d24c6009fba5f2301d311e35a1 (patch) | |
tree | 3802cc0e1043becf785181db6afe889516e8310f | |
parent | bd84650717eea35eef8ba52da7f48e0fae349fd1 (diff) |
INTEGRATION: CWS uaa03 (1.22.16); FILE MERGED
2003/05/21 15:47:21 mt 1.22.16.1: #i14623# UAA finalization
-rw-r--r-- | sc/source/ui/inc/AccessibleDocument.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/AccessibleDocument.hxx b/sc/source/ui/inc/AccessibleDocument.hxx index 14b07b116..d2cc72eba 100644 --- a/sc/source/ui/inc/AccessibleDocument.hxx +++ b/sc/source/ui/inc/AccessibleDocument.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleDocument.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:14:18 $ + * last change: $Author: vg $ $Date: 2003-05-22 13:46:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,7 +191,7 @@ public: throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL - selectAllAccessible( ) + selectAllAccessibleChildren( ) throw (::com::sun::star::uno::RuntimeException); virtual sal_Int32 SAL_CALL |