summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-10-17 09:30:03 +0000
committerAndreas Martens <ama@openoffice.org>2000-10-17 09:30:03 +0000
commit57be56c784835c81dd94a1f1721e16ae8492f234 (patch)
tree3ff4b68266337b1996f4750cf24455705d4d107c
parent2ee21a5f68ccfd0334b9867d059f15a2936de22d (diff)
Fix: No text adjustment inside a multi-portion
-rw-r--r--sw/source/core/text/itrform2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index 2cf5fd1bbc8a..e0f6adf60d92 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrform2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ama $ $Date: 2000-10-16 13:05:47 $
+ * last change: $Author: ama $ $Date: 2000-10-17 10:30:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -835,7 +835,7 @@ void SwTxtFormatter::BuildPortions( SwTxtFormatInfo &rInf )
void SwTxtFormatter::CalcAdjustLine( SwLineLayout *pCurr )
{
- if( SVX_ADJUST_LEFT != GetAdjust() )
+ if( SVX_ADJUST_LEFT != GetAdjust() && !pMulti)
{
pCurr->SetFormatAdj(sal_True);
if( IsFlyInCntBase() )