Index: xfa/fde/tto/fde_textout.cpp |
diff --git a/xfa/fde/tto/fde_textout.cpp b/xfa/fde/tto/fde_textout.cpp |
index d7155b7107a2491803008d9f466c96638afc3f9d..cf541a289c5710e0b117c626954577328c09a3b3 100644 |
--- a/xfa/fde/tto/fde_textout.cpp |
+++ b/xfa/fde/tto/fde_textout.cpp |
@@ -74,9 +74,6 @@ void CFDE_TextOut::SetStyles(uint32_t dwStyles) { |
if (dwStyles & FDE_TTOSTYLE_ArabicShapes) { |
m_dwTxtBkStyles |= FX_TXTLAYOUTSTYLE_ArabicShapes; |
} |
- if (dwStyles & FDE_TTOSTYLE_RTL) { |
- m_dwTxtBkStyles |= FX_TXTLAYOUTSTYLE_RTLReadingOrder; |
- } |
if (dwStyles & FDE_TTOSTYLE_ArabicContext) { |
m_dwTxtBkStyles |= FX_TXTLAYOUTSTYLE_ArabicContext; |
} |