More intelligible comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23757 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-03-15 03:21:17 +00:00
parent fc1dc6082e
commit 0a5b3e9a36

View 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)
{