https://bugs.documentfoundation.org/show_bug.cgi?id=83568
--- Comment #29 from Eike Rathke <[email protected]> --- Coming across again, I think this isn't relevant anymore, as commit b0f55a04f081ff7f566c3ba5b6d6d6be3675e0f7 changed that for tdf#123026 @@ -877,8 +878,8 @@ static sal_uInt16 lcl_GetAttribHeight( const ScPatternAttr& rPattern, sal_uInt16 if (nHeight > STD_ROWHEIGHT_DIFF) nHeight -= STD_ROWHEIGHT_DIFF; - if (nHeight < ScGlobal::nStdRowHeight) - nHeight = ScGlobal::nStdRowHeight; + if (nHeight < nMinHeight) + nHeight = nMinHeight; return nHeight; } If someone would like to verify please.. -- You are receiving this mail because: You are the assignee for the bug.
