https://bugs.documentfoundation.org/show_bug.cgi?id=85994
--- Comment #7 from Justin L <[email protected]> ---
Sorry - last comment somehow unintentionally saved.
fixed between 40 and 41
# good: [5457c4d7182e205be50db8a2dacf0719e1b2f94e]
source-hash-f48a576ff2c4f2ebd20b681d0c9b8233fe674a9d
# first bad commit: [49b5642bdadfcc7dbe5c8af62340a7b66410a797]
source-hash-1981819e81c1ad51b607d6af19e4e3776a74c75b
Likely fixes:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d225318ead0154681982656bcd3e98011e022c34
OR
https://cgit.freedesktop.org/libreoffice/core/commit/?id=becb244b4974609b0570e8db27d74e7e1179181c
broken between 41 and 42 by:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=aa52753785154f0e95fed559f613f5eae9105dcf
- // Value should not always be 'true'
- //OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(true));
- bool bSet = true;
-
- // Paragraph properties are not always 'true' by default
- // For example - RTL layout of paragraph is by default 'false' (look
in this link for 'sprmPFBiDi')
- //
http://msdn.microsoft.com/en-us/library/dd923496%28v=office.12%29.aspx
- if (getId() == NS_sprm::LN_PFBiDi)
- {
- bSet = false;
- }
-
- OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(bSet));
+ OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(true));
--
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