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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to