https://bugs.documentfoundation.org/show_bug.cgi?id=144092
--- Comment #4 from Justin L <[email protected]> --- I'm sure that the problem with bug 137949 is the calculation of the cell height - since the cells have direct paragraph values which are probably being ignored on the empty cells. In bug 137949's tablescale.pptx, the cell height for text xxx(10.5pt) and yyy(11pt) is calculated as size 412/433, while the empty cells are calculated too large as size 712 (and in LO are indicated as size 18, while in MS Powerpoint they are size 11). This seems to be specified by endParaRPr sz=1100. In this bug's table-shadows.pptx, the sizes are all in the default style's 18pt, and so the empty cells are this time properly calculated as size 712, and thus the cell content ought to override the smaller rowHeight. -- You are receiving this mail because: You are the assignee for the bug.
