summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-06 17:20:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-06 17:20:25 +0000
commitcb9f996de29b5b0d6d799a9c14fcf07532ba00aa (patch)
tree42869f3e0d120fd868b26a68de1a5514d297844d /sw/source/core/text/portxt.cxx
parent1634ff68fb44767fc8573f1be788d1116d12bb66 (diff)
INTEGRATION: CWS asianbug (1.40.36); FILE MERGED
2005/12/06 14:04:55 fme 1.40.36.1: #i58907# Asian justification broke
Diffstat (limited to 'sw/source/core/text/portxt.cxx')
-rw-r--r--sw/source/core/text/portxt.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/text/portxt.cxx b/sw/source/core/text/portxt.cxx
index 4d1b79f2658d..c1bda32088ca 100644
--- a/sw/source/core/text/portxt.cxx
+++ b/sw/source/core/text/portxt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: portxt.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: obo $ $Date: 2005-11-16 09:31:42 $
+ * last change: $Author: hr $ $Date: 2005-12-06 18:20:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,6 +151,7 @@ USHORT lcl_AddSpace( const SwTxtSizeInfo &rInf, const XubString* pStr,
if ( pPor && ( pPor->IsKernPortion() ||
pPor->IsControlCharPortion() ||
pPor->IsPostItsPortion() ) )
+ pPor = pPor->GetPortion();
nCnt += nEnd - nPos;