From: Richard Heck Date: Sat, 15 Mar 2008 03:21:17 +0000 (+0000) Subject: More intelligible comment. X-Git-Tag: 1.6.10~5615 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0a5b3e9a36a69b10a9e9728913021d4b82eac7c0;p=lyx.git More intelligible comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23757 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 5832b64684..95612ee390 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -1632,7 +1632,10 @@ bool Paragraph::allowParagraphCustomization() const namespace { // This is a hack based upon one in InsetText::neverIndent(). // When we have a real InsetTableCell, then we won't need this - // method, because InsetTableCell will return the right values. + // method, because InsetTableCell will return the right values, + // viz: InsetTableCell::useEmptyLayout() should return true, but + // InsetTableCell::forceEmptyLayout() should still return false. + // // The #include "insets/InsetText.h" can also be removed then. bool inTableCell(Inset const * inset) {