diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-24 13:48:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-24 13:48:18 +0000 |
commit | 5be1dab47564e9b871cccb2f0b07f4f66edeeb12 (patch) | |
tree | 1eb7d3e97bd6e32aa3680e9908492ef0f0d11e10 /svx | |
parent | 91ee939678568accdfa9b0fbfba8eadc83e81fbd (diff) |
INTEGRATION: CWS impress82 (1.103.106); FILE MERGED
2006/01/13 13:51:05 mt 1.103.106.1: #b6371400# ImplCreateLines: Don't evaluate line spacing item when bSameLineAgain
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/impedit3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit3.cxx b/svx/source/editeng/impedit3.cxx index 2e56532b51f8..72e79e02a515 100644 --- a/svx/source/editeng/impedit3.cxx +++ b/svx/source/editeng/impedit3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: impedit3.cxx,v $ * - * $Revision: 1.104 $ + * $Revision: 1.105 $ * - * last change: $Author: obo $ $Date: 2006-01-19 17:44:06 $ + * last change: $Author: hr $ $Date: 2006-01-24 14:48:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1293,7 +1293,7 @@ sal_Bool ImpEditEngine::CreateLines( USHORT nPara, sal_uInt32 nStartPosY ) } - if ( !aStatus.IsOutliner() ) + if ( !bSameLineAgain && !aStatus.IsOutliner() ) { if ( rLSItem.GetLineSpaceRule() == SVX_LINE_SPACE_MIN ) { |