summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpreview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accpreview.hxx')
-rw-r--r--sw/source/core/access/accpreview.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/access/accpreview.hxx b/sw/source/core/access/accpreview.hxx
index 589811e927c9..d976efefa114 100644
--- a/sw/source/core/access/accpreview.hxx
+++ b/sw/source/core/access/accpreview.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,13 +32,13 @@
/**
* accessibility implementation for the page preview.
- * The children of the page preview are the pages that are visible in the
+ * The children of the page preview are the pages that are visible in the
* preview.
*
- * The vast majority of the implemention logic is inherited from
+ * The vast majority of the implemention logic is inherited from
* SwAccessibleDocumentBase.
*/
-class SwAccessiblePreview : public SwAccessibleDocumentBase
+class SwAccessiblePreview : public SwAccessibleDocumentBase
{
virtual ~SwAccessiblePreview();
@@ -50,13 +50,13 @@ public:
//===== 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)