https://bugs.documentfoundation.org/show_bug.cgi?id=112559

--- Comment #5 from Buovjaga <[email protected]> ---
Quoting myself from my bug 139281:

(In reply to Buovjaga from comment #0)
> I was looking into bug 112559 "FILESAVE: ODS - Default cell style font size
> not set". It is indeed possible to solve it by editing
> sc/source/core/data/stlpool.cxx so it has
> 
> #include <editeng/fhgtitem.hxx>
> 
> and in ScStyleSheetPool::CreateStandardStyles()
> 
> pSet->Put( SvxFontHeightItem( 200, 100, ATTR_FONT_HEIGHT ) ); // 10pt

(Just as an additional note on how *not* to solve this)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to