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