summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/blink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/blink.hxx')
-rw-r--r--sw/source/core/inc/blink.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/inc/blink.hxx b/sw/source/core/inc/blink.hxx
index ad56ed7750ca..e432d5d32434 100644
--- a/sw/source/core/inc/blink.hxx
+++ b/sw/source/core/inc/blink.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
@@ -25,8 +25,8 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef _BLINK_HXX
-#define _BLINK_HXX
+#ifndef _BLINK_HXX
+#define _BLINK_HXX
class SwLinePortion;
class SwRootFrm;
@@ -40,8 +40,8 @@ class SwTxtFrm;
class SwBlinkPortion
{
Point aPos;
- const SwLinePortion *pPor;
- const SwRootFrm *pFrm;
+ const SwLinePortion *pPor;
+ const SwRootFrm *pFrm;
USHORT nDir;
public:
SwBlinkPortion( const SwLinePortion* pPortion, USHORT nDirection )
@@ -65,9 +65,9 @@ SV_DECL_PTRARR_SORT_DEL(SwBlinkList, SwBlinkPortionPtr, 0, 10)
class SwBlink
{
- SwBlinkList aList;
- AutoTimer aTimer;
- BOOL bVisible;
+ SwBlinkList aList;
+ AutoTimer aTimer;
+ BOOL bVisible;
public:
SwBlink();
~SwBlink();