]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
* Fix merging of cells (multicolumn, multirow) when the first cell in the selection...
[lyx.git] / src / insets / InsetTabular.h
index 10516fe2a5b6d0860d99f15e387ce47109ffb808..3a3f63a602bd961471a2b66cd65e676026da78a2 100644 (file)
@@ -465,7 +465,8 @@ public:
        ///
        bool isMultiColumn(idx_type cell) const;
        ///
-       idx_type setMultiColumn(idx_type cell, idx_type number);
+       idx_type setMultiColumn(idx_type cell, idx_type number,
+                            bool const right_border);
        ///
        void unsetMultiColumn(idx_type cell);
        ///