Created attachment 114294 [details] PPTX contents table Problem : - When we open roundtripped PPTX file in LibreOffice, table border is disappear. Step to reproduce: 1. Open attached document(or any slide contents table) in LibreOffice. 2. Save it as PPTX. 3. Open the saved PPTX again in LibreOffice, the border of table is disappears. PFA screenshot of more details.
Created attachment 114295 [details] table-border-missing
Export part of table cell line width is missing after Roundtripping. i.e lnT, lnB, lnR, lnL is not exported in roundtrip etc. XML Difference: Original XML: <a:tcPr> <a:lnL w="12700"> </a:tcPr> roundtriped XML: <a:tcPr> not write the <a:lnL> tag.
Reproducible with LO 4.4.1.2, Win 8.1 Furthermore, in LO 4.4 the background colour is changed to blue (already reported: see Bug 80340) and when trying to open it in MSO it shows an error message.
yogesh.bharate001 committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3e4d2043e99201ec542186039e3be34d3c226111 tdf#90190 PPTX table cell border width is not exported. It will be available in 5.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tested with libo-master~2015-05-10_23.05.48_LibreOfficeDev_5.0.0.0.alpha1_Win_x86, looks like working fine. I set version as 3.3.0. There were some changes, but seems that border saving was never fine. Please backport to 4.4.
remove "backportrequest" for EOL release branch