]> git.lyx.org Git - lyx.git/commitdiff
Paragraph.cpp: revert r27719 because this broke every document that uses a note or...
authorUwe Stöhr <uwestoehr@web.de>
Sat, 29 Nov 2008 00:23:21 +0000 (00:23 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 29 Nov 2008 00:23:21 +0000 (00:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27734 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 8635bc2f4a4e054b799b36ce8fa71aa3ad6b771b..3201105b172f52603647f51e46f302bf305889eb 100644 (file)
@@ -1069,7 +1069,7 @@ void Paragraph::Private::validate(LaTeXFeatures & features,
        InsetList::const_iterator icit = insetlist_.begin();
        InsetList::const_iterator iend = insetlist_.end();
        for (; icit != iend; ++icit) {
-               if (icit->inset && icit->inset->producesOutput()) {
+               if (icit->inset) {
                        icit->inset->validate(features);
                        if (layout.needprotect &&
                            icit->inset->lyxCode() == FOOT_CODE)