summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrpaint.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-11-14 07:55:47 +0000
committerFrank Meies <fme@openoffice.org>2002-11-14 07:55:47 +0000
commitb9fcf15d98cd78c15294c9628728777b7fad57f2 (patch)
treee410f984300f5290610249c81448d02208a42ea6 /sw/source/core/text/itrpaint.hxx
parent45421ca83fa5c91854aa299c436df296b7d192fc (diff)
#104565# Continuous underline featrue for non-baseline aligned paragraphs
Diffstat (limited to 'sw/source/core/text/itrpaint.hxx')
-rw-r--r--sw/source/core/text/itrpaint.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/text/itrpaint.hxx b/sw/source/core/text/itrpaint.hxx
index 79a65f066c9c..2757a1089ff4 100644
--- a/sw/source/core/text/itrpaint.hxx
+++ b/sw/source/core/text/itrpaint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrpaint.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fme $ $Date: 2002-03-21 09:03:46 $
+ * last change: $Author: fme $ $Date: 2002-11-14 08:55:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,8 @@ class SwTxtPainter : public SwTxtCursor
sal_Bool bPaintDrop;
SwLinePortion *CalcPaintOfst( const SwRect &rPaint );
- void CheckSpecialUnderline( const SwLinePortion* pPor );
+ void CheckSpecialUnderline( const SwLinePortion* pPor,
+ long nAdjustBaseLine = 0 );
protected:
void CtorInit( SwTxtFrm *pFrm, SwTxtPaintInfo *pInf );
inline SwTxtPainter() { }