]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
update no.po
[lyx.git] / src / paragraph.C
index 248b349d5310593582690e1df9ed6abcf58bd620..bd4a227814be2b1df0bb51bc9a916fa80c6080a3 100644 (file)
@@ -49,7 +49,6 @@ using std::fstream;
 using std::ios;
 using std::lower_bound;
 using std::upper_bound;
-using std::reverse;
 
 using lyx::pos_type;
 
@@ -1748,9 +1747,6 @@ string const Paragraph::asString(Buffer const * buffer, bool label) const
                }
        }
 
-       if (isRightToLeftPar(bparams))
-               reverse(s.begin() + len,s.end());
-
        return s;
 }