summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porftn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porftn.hxx')
-rw-r--r--sw/source/core/text/porftn.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx
index 468cb4523bcf..606c6c3479c5 100644
--- a/sw/source/core/text/porftn.hxx
+++ b/sw/source/core/text/porftn.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,12 +34,12 @@ class SwTxtFrm;
class SwTxtFtn;
/*************************************************************************
- * class SwFtnPortion
+ * class SwFtnPortion
*************************************************************************/
class SwFtnPortion : public SwFldPortion
{
- SwTxtFrm *pFrm; // um im Dtor RemoveFtn rufen zu koennen.
+ SwTxtFrm *pFrm; // um im Dtor RemoveFtn rufen zu koennen.
SwTxtFtn *pFtn;
KSHORT nOrigHeight;
// --> OD 2009-01-29 #i98418#
@@ -49,7 +49,7 @@ class SwFtnPortion : public SwFldPortion
public:
SwFtnPortion( const XubString &rExpand, SwTxtFrm *pFrm, SwTxtFtn *pFtn,
KSHORT nOrig = KSHRT_MAX );
- inline KSHORT& Orig() { return nOrigHeight; }
+ inline KSHORT& Orig() { return nOrigHeight; }
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
@@ -65,7 +65,7 @@ public:
};
/*************************************************************************
- * class SwFtnNumPortion
+ * class SwFtnNumPortion
*************************************************************************/
class SwFtnNumPortion : public SwNumberPortion
@@ -81,12 +81,12 @@ public:
};
/*************************************************************************
- * class SwQuoVadisPortion
+ * class SwQuoVadisPortion
*************************************************************************/
class SwQuoVadisPortion : public SwFldPortion
{
- XubString aErgo;
+ XubString aErgo;
public:
SwQuoVadisPortion( const XubString &rExp, const XubString& rStr );
virtual sal_Bool Format( SwTxtFormatInfo &rInf );
@@ -107,7 +107,7 @@ public:
};
/*************************************************************************
- * class SwErgoSumPortion
+ * class SwErgoSumPortion
*************************************************************************/
class SwErgoSumPortion : public SwFldPortion