summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleGraphicShape.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-03-06 15:01:35 +0000
committerAndre Fischer <af@openoffice.org>2002-03-06 15:01:35 +0000
commit8ba1ead75ea7877a1a8889527350f613d54f0347 (patch)
tree422d1e02121030887101f6acab233210637384a7 /svx/source/accessibility/AccessibleGraphicShape.cxx
parent96dda5e5f6f45c8e3563d2f14c116f57ec12cfe3 (diff)
#95585# Integrated event handling.
Diffstat (limited to 'svx/source/accessibility/AccessibleGraphicShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleGraphicShape.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx
index 8b4aeb040d96..8d7281cd6345 100644
--- a/svx/source/accessibility/AccessibleGraphicShape.cxx
+++ b/svx/source/accessibility/AccessibleGraphicShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleGraphicShape.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2002-02-08 17:56:09 $
+ * last change: $Author: af $ $Date: 2002-03-06 15:58:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ AccessibleGraphicShape::AccessibleGraphicShape (const ::com::sun::star::uno::Ref
::com::sun::star::drawing::XShape>& rxShape,
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessible>& rxParent)
- : AccessibleShape (rxShape, rxParent)
+ : AccessibleShape (rxShape, rxParent, NULL)
{
}
@@ -191,7 +191,7 @@ uno::Sequence<uno::Type> SAL_CALL
/// Set this object's name if is different to the current name.
::rtl::OUString
- AccessibleGraphicShape::createAccessibleName (void)
+ AccessibleGraphicShape::createAccessibleBaseName (void)
throw (::com::sun::star::uno::RuntimeException)
{
::rtl::OUString sName;