[LyX/master] DocBook: TODO is outdated, table type is checked within docbookRow.

Thibaut Cuvelier tcuvelier at lyx.org
Wed Feb 17 21:51:52 UTC 2021


commit bfa67b1f8850c26040ad252e7286ed723aeafbb1
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Wed Feb 17 22:55:37 2021 +0100

    DocBook: TODO is outdated, table type is checked within docbookRow.
---
 src/insets/InsetTabular.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index e01c55c..64a4bc4 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -3745,7 +3745,7 @@ void Tabular::docbook(XMLStream & xs, OutputParams const & runparams) const
 			if (((havefirsthead && row_info[r].endfirsthead) ||
 			     (havehead && row_info[r].endhead)) &&
 			    !row_info[r].caption) {
-				docbookRow(xs, r, runparams, true); // TODO: HTML vs CALS
+				docbookRow(xs, r, runparams, true);
 			}
 		}
 		xs << xml::EndTag("thead");


More information about the lyx-cvs mailing list