From koffice-devel Mon Dec 12 12:20:11 2005 From: Martin Ellis Date: Mon, 12 Dec 2005 12:20:11 +0000 To: koffice-devel Subject: Re: KWord crash Message-Id: <200512121220.11359.martin.ellis () kdemail ! net> X-MARC-Message: https://marc.info/?l=koffice-devel&m=113439011121694 On Sunday 11 December 2005 23:13, Gary Cramblitt wrote: > The attached odt file crashes KWord in KoTextParag::nextTab. > > Changing the following line (2751) of KoTextParag::loadOasis > > m_layout = paragLayout; > > to > > setParagLayout( paragLayout ); > > prevents crash, but I'm not sure if it is correct fix. It appears that the > tabulator array doesn't get properly initialized. I made the change from the latter to the former the other day, at David's suggestion, in order to get paragraph background colours working. However, since setParagLayout copies the background colour now too, I've reverted back to that. Martin _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel