summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porglue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porglue.hxx')
-rw-r--r--sw/source/core/text/porglue.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/text/porglue.hxx b/sw/source/core/text/porglue.hxx
index a498c46cbb7e..53c4f1aae4bb 100644
--- a/sw/source/core/text/porglue.hxx
+++ b/sw/source/core/text/porglue.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
@@ -34,7 +34,7 @@ class SwRect;
class SwLineLayout;
/*************************************************************************
- * class SwGluePortion
+ * class SwGluePortion
*************************************************************************/
class SwGluePortion : public SwLinePortion
@@ -62,12 +62,12 @@ public:
};
/*************************************************************************
- * class SwFixPortion
+ * class SwFixPortion
*************************************************************************/
class SwFixPortion : public SwGluePortion
{
- KSHORT nFix; // der Width-Offset in der Zeile
+ KSHORT nFix; // der Width-Offset in der Zeile
public:
SwFixPortion( const SwRect &rFlyRect );
SwFixPortion( const KSHORT nFixWidth, const KSHORT nFixPos );
@@ -77,7 +77,7 @@ public:
};
/*************************************************************************
- * class SwMarginPortion
+ * class SwMarginPortion
*************************************************************************/
class SwMarginPortion : public SwGluePortion
@@ -89,14 +89,14 @@ public:
};
/*************************************************************************
- * inline SwGluePortion::GetPrtGlue()
+ * inline SwGluePortion::GetPrtGlue()
*************************************************************************/
inline short SwGluePortion::GetPrtGlue() const
{ return Width() - nFixWidth; }
/*************************************************************************
- * inline SwGluePortion::AdjFixWidth()
+ * inline SwGluePortion::AdjFixWidth()
* Die FixWidth darf niemals groesser sein als die Gesamtbreite !
*************************************************************************/
@@ -107,7 +107,7 @@ inline void SwGluePortion::AdjFixWidth()
}
/*************************************************************************
- * inline SwGluePortion::MoveGlue()
+ * inline SwGluePortion::MoveGlue()
*************************************************************************/
inline void SwGluePortion::MoveAllGlue( SwGluePortion *pTarget )
@@ -116,7 +116,7 @@ inline void SwGluePortion::MoveAllGlue( SwGluePortion *pTarget )
}
/*************************************************************************
- * inline SwGluePortion::MoveHalfGlue()
+ * inline SwGluePortion::MoveHalfGlue()
*************************************************************************/
inline void SwGluePortion::MoveHalfGlue( SwGluePortion *pTarget )