summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationShape.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationShape.hxx b/sd/source/ui/inc/AccessiblePresentationShape.hxx
index 3ef837002bc0..0e314da328ba 100644
--- a/sd/source/ui/inc/AccessiblePresentationShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationShape.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,10 +33,10 @@
namespace accessibility {
-/** This class makes Impress shapes accessible.
+/** This class makes Impress shapes accessible.
*/
class AccessiblePresentationShape
- : public AccessibleShape
+ : public AccessibleShape
{
public:
//===== internal ========================================================
@@ -46,8 +46,8 @@ public:
virtual ~AccessiblePresentationShape (void);
//===== XServiceInfo ====================================================
-
- /** Returns an identifier for the implementation of this object.
+
+ /** Returns an identifier for the implementation of this object.
*/
virtual ::rtl::OUString SAL_CALL
getImplementationName (void)
@@ -55,18 +55,18 @@ public:
//===== internal ========================================================
- /// Create a name string that contains the accessible name.
+ /// Create a name string that contains the accessible name.
virtual ::rtl::OUString
CreateAccessibleBaseName ()
throw (::com::sun::star::uno::RuntimeException);
- /// Create a description string that contains the accessible description.
+ /// Create a description string that contains the accessible description.
virtual ::rtl::OUString
CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException);
private:
- /** Don't use the default constructor. Use the public constructor that
+ /** Don't use the default constructor. Use the public constructor that
takes the original shape and the parent as arguments instead.
*/
AccessiblePresentationShape (void);