]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.cpp
Add support for listings package. Two listings command \lstinline, \lstinputlisting...
[lyx.git] / src / Bidi.cpp
index 342e7e86f76a8ba0ae674f3a896c0308389c75df..f90e007be16458c99ecf3a2acda875aa105c1648 100644 (file)
@@ -59,7 +59,7 @@ void Bidi::computeTables(Paragraph const & par,
                return;
        }
 
-       if (par.ownerCode() == Inset::ERT_CODE) {
+       if (par.ownerCode() == Inset::ERT_CODE || par.ownerCode() == Inset::LISTINGS_CODE) {
                start_ = -1;
                return;
        }