https://bugs.documentfoundation.org/show_bug.cgi?id=166141
--- Comment #1 from Justin L <[email protected]> --- Created attachment 201429 --> https://bugs.documentfoundation.org/attachment.cgi?id=201429&action=edit 166141_minimal.docx: a minimal example of .35cm below paragraph spacing when none defined It is related to settings.xml linkStyles. if (m_pSettingsTable->GetLinkStyles()) // If linked styles are enabled, set paragraph defaults from Word's default template xTextDefaults->setPropertyValue(getPropertyName(PROP_PARA_BOTTOM_MARGIN), uno::Any(sal_Int32(convertTwipToMm100(200)))); This was added by commit 8ba44dd1abbe31c1235f3b840bf27a61c3401236 Author: Miklos Vajna <[email protected]> on Wed Mar 14 17:12:35 2012 +0100 n#751020 implement DOCX import of linked styles This is just initial support: the default template and paragraph properties are included. -- You are receiving this mail because: You are the assignee for the bug.
