]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
Patch by Richard Heck:
[lyx.git] / src / Bidi.h
index 5c722a9b901bea8e4cb9cbe1becb8ff9fc03d226..2fdb3abad341c249e083b2450fd16510c94b778d 100644 (file)
@@ -69,6 +69,9 @@ private:
 /// Should interpretation of the arrow keys be reversed?
 bool reverseDirectionNeeded(Cursor const & cur);
 
+/// Is current paragraph in RTL mode?
+bool isWithinRtlParagraph(Cursor const & cur);
+
 } // namespace lyx
 
 #endif // BIDI_H