--- ooo/main/writerfilter/source/dmapper/PropertyMap.cxx (revision 1352400) +++ ooo/main/writerfilter/source/dmapper/PropertyMap.cxx (working copy) @@ -566,7 +566,7 @@ uno::Reference< beans::XPropertySet > xColumnPropSet( xColumns, uno::UNO_QUERY_THROW ); if( !m_bEvenlySpaced && (sal_Int32(m_aColWidth.size()) == (m_nColumnCount + 1 )) && - (sal_Int32(m_aColDistance.size()) == m_nColumnCount)) + ((sal_Int32(m_aColDistance.size()) == m_nColumnCount) || (sal_Int32(m_aColDistance.size()) == m_nColumnCount + 1)) ) { //the column width in word is an absolute value, in OOo it's relative //the distances are both absolute