summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-03-07 08:31:48 +0000
committerAndre Fischer <af@openoffice.org>2002-03-07 08:31:48 +0000
commit3412e1f7b8261d2a946313075cf93933113c57f5 (patch)
tree908c7d0871e8f08280579fbd19ef2762f82a54a9 /sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
parentba52ea1af979d5f32c03dbfd494211a6e28d9267 (diff)
#95585# Corrected some method signatures.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationOLEShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationOLEShape.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
index 6d2b081baa9d..ad01acb4c534 100644
--- a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationOLEShape.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: af $ $Date: 2002-03-06 16:59:17 $
+ * last change: $Author: af $ $Date: 2002-03-07 09:31:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,12 +91,12 @@ public:
throw (::com::sun::star::uno::RuntimeException);
/// Create a name string that contains the accessible name.
- virtual ::rtl::OUString SAL_CALL
+ virtual ::rtl::OUString
createAccessibleBaseName ()
throw (::com::sun::star::uno::RuntimeException);
/// Create a description string that contains the accessible description.
- virtual ::rtl::OUString SAL_CALL
+ virtual ::rtl::OUString
createAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException);
};