]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / sgml.C
index e8b6f825f0144cba388a67c2a2b5bdc733eef0e7..9104cda839cb7b3f2eb7ca913a951f7e7f3b7dbf 100644 (file)
@@ -26,9 +26,6 @@ pair<bool, string> escapeChar(char c)
        string str;
 
        switch (c) {
-       case Paragraph::META_NEWLINE:
-               str = '\n';
-               break;
        case ' ':
                return make_pair(true, string(" "));
                break;