summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accheaderfooter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accheaderfooter.hxx')
-rw-r--r--sw/source/core/access/accheaderfooter.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/access/accheaderfooter.hxx b/sw/source/core/access/accheaderfooter.hxx
index 210657e7602a..4d72923c752d 100644
--- a/sw/source/core/access/accheaderfooter.hxx
+++ b/sw/source/core/access/accheaderfooter.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
@@ -32,7 +32,7 @@
class SwHeaderFrm;
class SwFooterFrm;
-class SwAccessibleHeaderFooter : public SwAccessibleContext
+class SwAccessibleHeaderFooter : public SwAccessibleContext
{
protected:
@@ -49,20 +49,20 @@ public:
//===== XAccessibleContext ==============================================
- /// Return this object's description.
+ /// Return this object's description.
virtual ::rtl::OUString SAL_CALL
getAccessibleDescription (void)
throw (com::sun::star::uno::RuntimeException);
//===== 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)
throw (::com::sun::star::uno::RuntimeException);
- /** Return whether the specified service is supported by this class.
+ /** Return whether the specified service is supported by this class.
*/
virtual sal_Bool SAL_CALL
supportsService (const ::rtl::OUString& sServiceName)