Kaydet (Commit) 5aa3e028 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS tl28 (1.77.26); FILE MERGED

2006/10/25 13:40:13 tl 1.77.26.2: RESYNC: (1.77-1.79); FILE MERGED
2006/09/04 09:29:06 hbrinkm 1.77.26.1: #i65601# correct wrong check for numbering level
üst 5b940c67
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: ww8par3.cxx,v $ * $RCSfile: ww8par3.cxx,v $
* *
* $Revision: 1.80 $ * $Revision: 1.81 $
* *
* last change: $Author: vg $ $Date: 2006-11-01 15:20:08 $ * last change: $Author: kz $ $Date: 2006-11-06 14:54:26 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -1170,7 +1170,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_) ...@@ -1170,7 +1170,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
rSt >> aLFO.nLfoLvl; rSt >> aLFO.nLfoLvl;
rSt.SeekRel( 3 ); rSt.SeekRel( 3 );
// soviele Overrides existieren // soviele Overrides existieren
if ((nMaxLevel < aLFO.nLfoLvl) && rSt.GetError()) if ((nMaxLevel < aLFO.nLfoLvl) || rSt.GetError())
break; break;
// die Parent NumRule der entsprechenden Liste ermitteln // die Parent NumRule der entsprechenden Liste ermitteln
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment