mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
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:
parent
fc1dc6082e
commit
0a5b3e9a36
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user