summaryrefslogtreecommitdiff
path: root/sw/source/core/text/frmform.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-13 07:31:16 +0000
committerFrank Meies <fme@openoffice.org>2001-06-13 07:31:16 +0000
commit249d5ed888b55f0efd123b66681aef66febe2ddf (patch)
treed3f94a9e73347ee820df3a9258cf31531d98463a /sw/source/core/text/frmform.cxx
parent11e04a86a1ece4e3b8a12a8fe3721111cd57c52f (diff)
Fix #88110#: Handling of tab stops in kana compression mode
Diffstat (limited to 'sw/source/core/text/frmform.cxx')
-rw-r--r--sw/source/core/text/frmform.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index bfaed2986de9..fab04278e1c1 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmform.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: ama $ $Date: 2001-05-15 07:29:19 $
+ * last change: $Author: fme $ $Date: 2001-06-13 08:31:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1577,6 +1577,10 @@ void SwTxtFrm::_Format( SwParaPortion *pPara )
pPara->FormatReset();
if( pBlink && pPara->IsBlinking() )
pBlink->Delete( pPara );
+
+ // delete pSpaceAdd und pKanaComp
+ pPara->FinishSpaceAdd();
+ pPara->FinishKanaComp();
pPara->ResetFlags();
pPara->SetPrepMustFit( bMustFit );
}