diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:54:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 11:54:11 +0000 |
commit | bcc30c67ef38779f6f11f0747ecd3458324e9af3 (patch) | |
tree | ee33bcf6ea1eef8d3259af359524d389ecea73d4 /svx | |
parent | ca58b68af188f53d0501a9c4eb7a146fb9d8eab3 (diff) |
INTEGRATION: CWS uaa03 (1.13.30); FILE MERGED
2003/05/21 15:46:03 mt 1.13.30.1: #i14623# UAA finalization
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleOLEShape.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/accessibility/AccessibleOLEShape.cxx b/svx/source/accessibility/AccessibleOLEShape.cxx index 486ff263d064..3d9574cc5bdf 100644 --- a/svx/source/accessibility/AccessibleOLEShape.cxx +++ b/svx/source/accessibility/AccessibleOLEShape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleOLEShape.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2003-04-24 16:54:06 $ + * last change: $Author: vg $ $Date: 2003-05-22 12:54:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,7 +123,7 @@ sal_Bool SAL_CALL AccessibleOLEShape::doAccessibleAction (sal_Int32 nIndex) -Reference<XAccessibleKeyBinding> SAL_CALL AccessibleOLEShape::getAccessibleKeyBinding (sal_Int32 nIndex) +Reference<XAccessibleKeyBinding> SAL_CALL AccessibleOLEShape::getAccessibleActionKeyBinding (sal_Int32 nIndex) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) { |