summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrtxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itrtxt.cxx')
-rw-r--r--sw/source/core/text/itrtxt.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/text/itrtxt.cxx b/sw/source/core/text/itrtxt.cxx
index 9ea46606945a..f3dfb05787f1 100644
--- a/sw/source/core/text/itrtxt.cxx
+++ b/sw/source/core/text/itrtxt.cxx
@@ -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
@@ -52,7 +52,7 @@
#endif
/*************************************************************************
- * SwTxtIter::CtorInitTxtIter()
+ * SwTxtIter::CtorInitTxtIter()
*************************************************************************/
void SwTxtIter::CtorInitTxtIter( SwTxtFrm *pNewFrm, SwTxtInfo *pNewInf )
@@ -100,7 +100,7 @@ void SwTxtIter::Init()
}
/*************************************************************************
- * SwTxtIter::_GetHeightAndAscent()
+ * SwTxtIter::_GetHeightAndAscent()
*************************************************************************/
void SwTxtIter::CalcAscentAndHeight( KSHORT &rAscent, KSHORT &rHeight ) const
@@ -110,7 +110,7 @@ void SwTxtIter::CalcAscentAndHeight( KSHORT &rAscent, KSHORT &rHeight ) const
}
/*************************************************************************
- * SwTxtIter::_GetPrev()
+ * SwTxtIter::_GetPrev()
*************************************************************************/
SwLineLayout *SwTxtIter::_GetPrev()
@@ -194,7 +194,7 @@ const SwLineLayout *SwTxtIter::NextLine()
}
/*************************************************************************
- * SwTxtIter::GetNextLine()
+ * SwTxtIter::GetNextLine()
*************************************************************************/
const SwLineLayout *SwTxtIter::GetNextLine() const
@@ -209,7 +209,7 @@ const SwLineLayout *SwTxtIter::GetNextLine() const
}
/*************************************************************************
- * SwTxtIter::GetPrevLine()
+ * SwTxtIter::GetPrevLine()
*************************************************************************/
const SwLineLayout *SwTxtIter::GetPrevLine()
@@ -339,7 +339,7 @@ USHORT SwTxtCursor::AdjustBaseLine( const SwLineLayout& rLine,
{
// Portions which are bigger than on grid distance are
// centered inside the whole line.
-
+
//for text refactor
const USHORT nLineNetto = rLine.Height() - nRubyHeight;
//const USHORT nLineNetto = ( nPorHeight > nGridWidth ) ?
@@ -411,7 +411,7 @@ sal_Bool lcl_NeedsFieldRest( const SwLineLayout* pCurr )
}
/*************************************************************************
- * SwTxtIter::TruncLines()
+ * SwTxtIter::TruncLines()
*************************************************************************/
void SwTxtIter::TruncLines( sal_Bool bNoteFollow )
@@ -470,7 +470,7 @@ void SwTxtIter::TruncLines( sal_Bool bNoteFollow )
}
/*************************************************************************
- * SwTxtIter::CntHyphens()
+ * SwTxtIter::CntHyphens()
*************************************************************************/
void SwTxtIter::CntHyphens( sal_uInt8 &nEndCnt, sal_uInt8 &nMidCnt) const