diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:55:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:55:19 +0000 |
commit | 2387e8c41aeeb8c7a62d78ef07b2c1201ea2762e (patch) | |
tree | d5f5509dd7a1cdf259937c9a576ced9321186205 /svx | |
parent | 6db6f5191b4aada647be0e640b2eaf063bb1c1f5 (diff) |
INTEGRATION: CWS uaa03 (1.8.30); FILE MERGED
2003/05/21 15:46:07 mt 1.8.30.1: #i14623# UAA finalization
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/svxrectctaccessiblecontext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx index 2d6c7c4f9c30..f1995485347a 100644 --- a/svx/source/inc/svxrectctaccessiblecontext.hxx +++ b/svx/source/inc/svxrectctaccessiblecontext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svxrectctaccessiblecontext.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-04-24 16:59:07 $ + * last change: $Author: vg $ $Date: 2003-05-22 12:55:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -300,7 +300,7 @@ public: clearAccessibleSelection() throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL - selectAllAccessible() throw( ::com::sun::star::uno::RuntimeException ); + selectAllAccessibleChildren() throw( ::com::sun::star::uno::RuntimeException ); virtual sal_Int32 SAL_CALL getSelectedAccessibleChildCount() throw( ::com::sun::star::uno::RuntimeException ); |