]> git.lyx.org Git - features.git/commitdiff
More intelligible comment.
authorRichard Heck <rgheck@comcast.net>
Sat, 15 Mar 2008 03:21:17 +0000 (03:21 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 15 Mar 2008 03:21:17 +0000 (03:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23757 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 5832b6468456251c037675abacc69ce38aafb502..95612ee390e25e8db6592bb10d44054df4abb78f 100644 (file)
@@ -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)
        {