X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBidi.h;h=2fdb3abad341c249e083b2450fd16510c94b778d;hb=cadae068974fb25e97c5b2c38774a73ee23e92fc;hp=5c722a9b901bea8e4cb9cbe1becb8ff9fc03d226;hpb=55a26d72d446be48188b26fa494d5fe2b24437f4;p=lyx.git diff --git a/src/Bidi.h b/src/Bidi.h index 5c722a9b90..2fdb3abad3 100644 --- a/src/Bidi.h +++ b/src/Bidi.h @@ -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