summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porexp.cxx')
-rw-r--r--sw/source/core/text/porexp.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/core/text/porexp.cxx b/sw/source/core/text/porexp.cxx
index 344bc25b1f10..5a929901bd01 100644
--- a/sw/source/core/text/porexp.cxx
+++ b/sw/source/core/text/porexp.cxx
@@ -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
@@ -30,20 +30,20 @@
#include "precompiled_sw.hxx"
-#include <viewopt.hxx> // SwViewOptions
+#include <viewopt.hxx> // SwViewOptions
#include <SwPortionHandler.hxx>
#include <inftxt.hxx>
#include <porexp.hxx>
/*************************************************************************
- * class SwExpandPortion
+ * class SwExpandPortion
*************************************************************************/
xub_StrLen SwExpandPortion::GetCrsrOfst( const MSHORT nOfst ) const
{ return SwLinePortion::GetCrsrOfst( nOfst ); }
/*************************************************************************
- * virtual SwExpandPortion::GetExpTxt()
+ * virtual SwExpandPortion::GetExpTxt()
*************************************************************************/
sal_Bool SwExpandPortion::GetExpTxt( const SwTxtSizeInfo&,
@@ -66,7 +66,7 @@ void SwExpandPortion::HandlePortion( SwPortionHandler& rPH ) const
}
/*************************************************************************
- * virtual SwExpandPortion::GetTxtSize()
+ * virtual SwExpandPortion::GetTxtSize()
*************************************************************************/
SwPosSize SwExpandPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const
@@ -99,7 +99,7 @@ sal_Bool SwExpandPortion::Format( SwTxtFormatInfo &rInf )
}
/*************************************************************************
- * virtual SwExpandPortion::Paint()
+ * virtual SwExpandPortion::Paint()
*************************************************************************/
void SwExpandPortion::Paint( const SwTxtPaintInfo &rInf ) const
@@ -127,7 +127,7 @@ void SwExpandPortion::Paint( const SwTxtPaintInfo &rInf ) const
}
/*************************************************************************
- * class SwBlankPortion
+ * class SwBlankPortion
*************************************************************************/
SwLinePortion *SwBlankPortion::Compress() { return this; }
@@ -188,7 +188,7 @@ MSHORT SwBlankPortion::MayUnderFlow( const SwTxtFormatInfo &rInf,
}
/*************************************************************************
- * virtual SwBlankPortion::FormatEOL()
+ * virtual SwBlankPortion::FormatEOL()
*************************************************************************/
// Format end of Line
@@ -230,7 +230,7 @@ sal_Bool SwBlankPortion::Format( SwTxtFormatInfo &rInf )
}
/*************************************************************************
- * virtual SwBlankPortion::Paint()
+ * virtual SwBlankPortion::Paint()
*************************************************************************/
void SwBlankPortion::Paint( const SwTxtPaintInfo &rInf ) const
@@ -241,7 +241,7 @@ void SwBlankPortion::Paint( const SwTxtPaintInfo &rInf ) const
}
/*************************************************************************
- * virtual SwBlankPortion::GetExpTxt()
+ * virtual SwBlankPortion::GetExpTxt()
*************************************************************************/
sal_Bool SwBlankPortion::GetExpTxt( const SwTxtSizeInfo&, XubString &rTxt ) const