]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / Paragraph.h
index 21a96719c91dce868fd5aef264a9744e7caf166e..ee61d83bcbbedc97c496b442eae0764c21af0822 100644 (file)
@@ -91,7 +91,7 @@ public:
        ///
        Language const * getParLanguage(BufferParams const &) const;
        ///
-       bool isRightToLeftPar(BufferParams const &) const;
+       bool isRTL(BufferParams const &) const;
        ///
        void changeLanguage(BufferParams const & bparams,
                            Language const * from, Language const * to);