summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porfly.hxx')
-rw-r--r--sw/source/core/text/porfly.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/text/porfly.hxx b/sw/source/core/text/porfly.hxx
index ed2a7d5d8e65..e2c258d2d58f 100644
--- a/sw/source/core/text/porfly.hxx
+++ b/sw/source/core/text/porfly.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
@@ -38,14 +38,14 @@ class SwTxtFrm;
struct SwCrsrMoveState;
/*************************************************************************
- * class SwFlyPortion
+ * class SwFlyPortion
*************************************************************************/
class SwFlyPortion : public SwFixPortion
{
KSHORT nBlankWidth;
public:
- inline SwFlyPortion( const SwRect &rFlyRect )
+ inline SwFlyPortion( const SwRect &rFlyRect )
: SwFixPortion(rFlyRect), nBlankWidth( 0 ) { SetWhichPor( POR_FLY ); }
inline KSHORT GetBlankWidth( ) const { return nBlankWidth; }
inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; }
@@ -55,13 +55,13 @@ public:
};
/*************************************************************************
- * class SwFlyCntPortion
+ * class SwFlyCntPortion
*************************************************************************/
class SwFlyCntPortion : public SwLinePortion
{
void *pContact; // bDraw ? DrawContact : FlyInCntFrm
- Point aRef; // Relativ zu diesem Point wird die AbsPos berechnet.
+ Point aRef; // Relativ zu diesem Point wird die AbsPos berechnet.
sal_Bool bDraw : 1; // DrawContact?
sal_Bool bMax : 1; // Zeilenausrichtung und Hoehe == Zeilenhoehe
sal_uInt8 nAlign : 3; // Zeilenausrichtung? Nein, oben, mitte, unten