diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-05-11 07:06:32 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-05-11 07:06:32 +0000 |
commit | e1a5d66eba3bd7454b47b896820e461c47dc254b (patch) | |
tree | da77b7b2fccdbbd86e847726315f177c5fbac8eb /svx/source/editeng/impedit2.cxx | |
parent | 5cf24cd18ce676537997f096705aa590fc29d231 (diff) |
hanging punctuation and cleanups...
Diffstat (limited to 'svx/source/editeng/impedit2.cxx')
-rw-r--r-- | svx/source/editeng/impedit2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit2.cxx b/svx/source/editeng/impedit2.cxx index 67c61376d690..98e3732d2e4c 100644 --- a/svx/source/editeng/impedit2.cxx +++ b/svx/source/editeng/impedit2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit2.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2001-05-08 13:13:53 $ + * last change: $Author: mt $ $Date: 2001-05-11 08:06:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2381,7 +2381,7 @@ ULONG ImpEditEngine::CalcLineWidth( ParaPortion* pPortion, EditLine* pLine ) case PORTIONKIND_FIELD: case PORTIONKIND_HYPHENATOR: case PORTIONKIND_TAB: - case PORTIONKIND_EXTRASPACE: +// case PORTIONKIND_EXTRASPACE: { nWidth += pTextPortion->GetSize().Width(); } |