]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Cosmetics.
[lyx.git] / src / insets / InsetTabular.cpp
index 3f8f2421f7178eea7f25c648b00c9663d94eedc2..6a5ae84361a2a83e7f7cd5ae3df39d78bf3c73d4 100644 (file)
@@ -4686,6 +4686,12 @@ bool InsetTabular::allowParagraphCustomization(idx_type cell) const
 }
 
 
+bool InsetTabular::forceEmptyLayout(idx_type cell) const
+{
+       return !tabular.getPWidth(cell).zero();
+}
+
+
 bool InsetTabular::insertPlaintextString(BufferView & bv, docstring const & buf,
                                     bool usePaste)
 {