[Libreoffice-bugs] [Bug 128540] EPUB tool: some Error and Warning discovered after conversion with a validator
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun May 23 09:25:11 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=128540
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marklh9 at gmail.com
--- Comment #13 from Julien Nabet <serval2412 at yahoo.fr> ---
Mark: would it be possible to push this straightforward patch for "direction"
part?
diff --git a/src/lib/EPUBBodyStyleManager.cpp
b/src/lib/EPUBBodyStyleManager.cpp
index 93d9a5d..bedeb43 100644
--- a/src/lib/EPUBBodyStyleManager.cpp
+++ b/src/lib/EPUBBodyStyleManager.cpp
@@ -26,7 +26,6 @@ void EPUBBodyStyleManager::extractProperties(RVNGPropertyList
const &pList, EPUB
else // For the rest: lr, lr-tb, rl, rl-tb
{
mode = "horizontal-tb";
- cssProps["direction"] = (mode == "rl-tb" || mode == "rl")?"rtl":"ltr";
}
cssProps["-epub-writing-mode"] = mode;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210523/db80daa5/attachment.htm>
More information about the Libreoffice-bugs
mailing list