1 --- libwpd-0.10.3/src/lib/WPXTable.h.orig 2020-03-15 12:06:40.916940154 +0000
2 +++ libwpd-0.10.3/src/lib/WPXTable.h 2020-03-15 12:07:10.389013977 +0000
6 void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits);
7 - const WPXTableCell *getCell(size_t i, size_t j)
8 + const WPXTableCell *getCell(std::size_t i, std::size_t j)
10 return &(m_tableRows[i])[j];