summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-03-07 08:41:23 +0000
committerAndre Fischer <af@openoffice.org>2002-03-07 08:41:23 +0000
commitbc9cb269911a473566ca058ade620b3561522404 (patch)
treeccf0b5e719e370cbe0518d1b4f69d8fca9aa8948 /sd
parent3412e1f7b8261d2a946313075cf93933113c57f5 (diff)
#95585# Corrected some method signatures.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx8
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx8
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationShape.cxx8
3 files changed, 12 insertions, 12 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
index 64748f1b5c9d..d2c76399f8e6 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationGraphicShape.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: af $ $Date: 2002-03-06 17:34:56 $
+ * last change: $Author: af $ $Date: 2002-03-07 09:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ AccessiblePresentationGraphicShape::~AccessiblePresentationGraphicShape (void)
/// Set this object's name if is different to the current name.
-::rtl::OUString SAL_CALL
+::rtl::OUString
AccessiblePresentationGraphicShape::createAccessibleBaseName (void)
throw (::com::sun::star::uno::RuntimeException)
{
@@ -136,7 +136,7 @@ AccessiblePresentationGraphicShape::~AccessiblePresentationGraphicShape (void)
-::rtl::OUString SAL_CALL
+::rtl::OUString
AccessiblePresentationGraphicShape::createAccessibleDescription (void)
throw (::com::sun::star::uno::RuntimeException)
{
diff --git a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
index 13dc88c291c7..b7769269ecee 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationOLEShape.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: af $ $Date: 2002-03-06 16:54:01 $
+ * last change: $Author: af $ $Date: 2002-03-07 09:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ AccessiblePresentationOLEShape::~AccessiblePresentationOLEShape (void)
/// Set this object's name if is different to the current name.
-::rtl::OUString SAL_CALL
+::rtl::OUString
AccessiblePresentationOLEShape::createAccessibleBaseName (void)
throw (::com::sun::star::uno::RuntimeException)
{
@@ -142,7 +142,7 @@ AccessiblePresentationOLEShape::~AccessiblePresentationOLEShape (void)
-::rtl::OUString SAL_CALL
+::rtl::OUString
AccessiblePresentationOLEShape::createAccessibleDescription (void)
throw (::com::sun::star::uno::RuntimeException)
{
diff --git a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
index b7f6859c46f9..ce46be44b743 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationShape.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: af $ $Date: 2002-03-06 16:54:01 $
+ * last change: $Author: af $ $Date: 2002-03-07 09:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ AccessiblePresentationShape::~AccessiblePresentationShape (void)
/// Set this object's name if is different to the current name.
-::rtl::OUString SAL_CALL
+::rtl::OUString
AccessiblePresentationShape::createAccessibleBaseName (void)
throw (::com::sun::star::uno::RuntimeException)
{
@@ -148,7 +148,7 @@ AccessiblePresentationShape::~AccessiblePresentationShape (void)
-::rtl::OUString SAL_CALL
+::rtl::OUString
AccessiblePresentationShape::createAccessibleDescription (void)
throw (::com::sun::star::uno::RuntimeException)
{