SVN commit 1176532 by clicea: Remove assert. At the time I wrote the code I didn't consider the case in which there's no style at all. M +0 -1 KoTextLoader.cpp --- trunk/koffice/libs/kotext/opendocument/KoTextLoader.cpp #1176531:1176532 @@ -1263,7 +1263,6 @@ } QTextTableCellFormat cellFormat = cell.format().toTableCellFormat(); - Q_ASSERT(cellStyle); if (cellStyle) cellStyle->applyStyle(cellFormat); cell.setFormat(cellFormat);