]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
more border tweaks
[lyx.git] / src / insets / InsetTabular.h
index ae4c7e268dc82cddabd94ddbe0d1c28d83deed33..f149f6b91c14e9d87cf0320f09f67c102c7e0b1d 100644 (file)
@@ -613,9 +613,9 @@ public:
        ///
        int TeXBottomHLine(odocstream &, row_type row) const;
        ///
-       int TeXCellPreamble(odocstream &, idx_type cell) const;
+       int TeXCellPreamble(odocstream &, idx_type cell, bool & ismulticol) const;
        ///
-       int TeXCellPostamble(odocstream &, idx_type cell) const;
+       int TeXCellPostamble(odocstream &, idx_type cell, bool ismulticol) const;
        ///
        int TeXLongtableHeaderFooter(odocstream &, OutputParams const &) const;
        ///