summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-02-05 15:20:01 +0000
committerFrank Meies <fme@openoffice.org>2002-02-05 15:20:01 +0000
commit6ba6377ba0b2ea7eaa4a3a9ba8e4663da10cffb2 (patch)
treedb46f97ed878e6732ef345b2dbb491490b513284 /sw/source/core
parent9f55a910333f156818a46955bf3f1f8d81459493 (diff)
#96678# Vertical Formatting - Parameters of AdjustBaseLine
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/text/pormulti.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index 708e341a2887..37c57e9d0284 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pormulti.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: fme $ $Date: 2002-02-01 12:34:57 $
+ * last change: $Author: fme $ $Date: 2002-02-05 16:20:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1462,9 +1462,9 @@ void SwTxtPainter::PaintMultiPortion( const SwRect &rPaint,
if( rMulti.HasRotation() )
{
if( rMulti.IsRevers() )
- GetInfo().X( nOfst - AdjustBaseLine( *pLay, pPor, 0, 0, sal_True ) );
+ GetInfo().X( nOfst - AdjustBaseLine( *pLay, *pPor, sal_True ) );
else
- GetInfo().X( nOfst + AdjustBaseLine( *pLay, pPor ) );
+ GetInfo().X( nOfst + AdjustBaseLine( *pLay, *pPor ) );
}
else
GetInfo().Y( nOfst + AdjustBaseLine( *pLay, *pPor ) );