summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accpage.hxx')
-rw-r--r--sw/source/core/access/accpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/access/accpage.hxx b/sw/source/core/access/accpage.hxx
index f8972060ecb3..dc364f79c8ec 100644
--- a/sw/source/core/access/accpage.hxx
+++ b/sw/source/core/access/accpage.hxx
@@ -1,7 +1,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
@@ -41,9 +41,9 @@
*/
class SwAccessiblePage : public SwAccessibleContext
{
- sal_Bool bIsSelected; // protected by base class mutex
+ sal_Bool bIsSelected; // protected by base class mutex
- sal_Bool IsSelected();
+ sal_Bool IsSelected();
using SwAccessibleFrame::GetBounds;
@@ -92,7 +92,7 @@ public:
//===== XTypeProvider ====================================================
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
- virtual sal_Bool HasCursor(); // required by map to remember that object
+ virtual sal_Bool HasCursor(); // required by map to remember that object
};
#endif