]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.cpp
CALS tables: base implementation of row separators on the new code from XHTML.
[features.git] / src / Paragraph.cpp
index b9ac139f77fbe80018bc50baf00fa22081f1b3f5..be133b12c5cebb3788fac6622c21bbba361033b1 100644 (file)
@@ -2643,7 +2643,7 @@ void Paragraph::latex(BufferParams const & bparams,
                if (runparams.for_searchAdv == OutputParams::NoSearch)
                        output_changes = bparams.output_changes;
                else
-                       output_changes = (runparams.for_searchAdv == OutputParams::SearchWithDeleted);
+                       output_changes = ((runparams.for_searchAdv & OutputParams::SearchWithDeleted) != 0);
                if (c == META_INSET
                    && i >= start_pos && (end_pos == -1 || i < end_pos)) {
                        if (isDeleted(i))