diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-08-02 10:47:29 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-08-02 10:47:29 +0000 |
commit | 54f20d548c741a1d2c9a87c6ed8a141b145c28ed (patch) | |
tree | 61cc1a6c961853033bfaeb5cbf8b8b3cb765756d /svx/source/editeng/impedit5.cxx | |
parent | afdbf0b50f8b40e4774f0b139b3c882264f3cfe3 (diff) |
#90520# Height from Tab portions
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r-- | svx/source/editeng/impedit5.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx index d88477875337..04d806648cfe 100644 --- a/svx/source/editeng/impedit5.cxx +++ b/svx/source/editeng/impedit5.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit5.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: thb $ $Date: 2001-07-17 07:04:28 $ + * last change: $Author: mt $ $Date: 2001-08-02 11:47:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -597,7 +597,8 @@ void ImpEditEngine::SetAttribs( EditSelection aSel, const SfxItemSet& rSet, BYTE else if ( bCharAttribFound ) { bFormatted = FALSE; - if ( !pNode->Len() || ( nStartPos != nEndPos ) ) + // #90520# Check everytime... +// if ( !pNode->Len() || ( nStartPos != nEndPos ) ) { pPortion->MarkSelectionInvalid( nStartPos, nEndPos-nStartPos ); if ( bCheckLanguage ) |