]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
Fix #1736
[lyx.git] / src / tabular.C
index 760a827d909deceab4d22cc2b5fdab5734536ef3..34f3e1927379452a96c06c1901b22a470dd5a9e2 100644 (file)
@@ -2215,9 +2215,7 @@ int LyXTabular::docbookRow(Buffer const & buf, ostream & os, int row,
                }
 
                os << '>';
-               OutputParams runp = runparams;
-               runp.mixed_content = true;
-               ret += getCellInset(cell).docbook(buf, os, runp);
+               ret += getCellInset(cell).docbook(buf, os, runparams);
                os << "</entry>\n";
                ++cell;
        }