https://bugs.documentfoundation.org/show_bug.cgi?id=83568
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #28 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. With this patch: diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 08391bd24150..e1e3c6d468d9 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -855,9 +855,6 @@ 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; - return nHeight; } the scaling process works even with font size < 10. Eike: any thoughts here? I mean perhaps there would be wrong side effects Kohei wanted to avoid? -- You are receiving this mail because: You are the assignee for the bug.
