summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrpaint.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 13:36:29 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 13:36:29 +0000
commit8252f61c2f1c840504abf3feb12ad245c9119826 (patch)
tree08861f0ce7641588c8c83e4f7e39537d47034c5e /sw/source/core/text/itrpaint.cxx
parentcb4a372852342a35698462759d4b0dc1fb4afc85 (diff)
INTEGRATION: CWS thaiblocksatz (1.38.362); FILE MERGED
2005/04/06 06:30:27 fme 1.38.362.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors
Diffstat (limited to 'sw/source/core/text/itrpaint.cxx')
-rw-r--r--sw/source/core/text/itrpaint.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itrpaint.cxx b/sw/source/core/text/itrpaint.cxx
index 34e26a0bc6c2..cd35f2e8fa47 100644
--- a/sw/source/core/text/itrpaint.cxx
+++ b/sw/source/core/text/itrpaint.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrpaint.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 16:12:01 $
+ * last change: $Author: obo $ $Date: 2005-04-18 14:36:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,7 +252,7 @@ void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
// Adjustierung ggf. nachholen
GetAdjusted();
- GetInfo().SetSpaceAdd( pCurr->GetpSpaceAdd() );
+ GetInfo().SetpSpaceAdd( pCurr->GetpLLSpaceAdd() );
GetInfo().ResetSpaceIdx();
GetInfo().SetKanaComp( pCurr->GetpKanaComp() );
GetInfo().ResetKanaIdx();