]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
support for \pagebreak:
[lyx.git] / src / insets / InsetTabular.h
index 6fba87fd3a622d4ff7ff3c596375f1a7761eef23..8950077de263bd4dc71f0e2d4b9ed13f02ef4795 100644 (file)
@@ -359,7 +359,7 @@ public:
        ///
        void plaintext(Buffer const &, odocstream &,
                       OutputParams const & runparams, int const depth,
-                      bool onlydata, unsigned char delim) const;
+                      bool onlydata, char_type delim) const;
        ///
        bool isMultiColumn(idx_type cell) const;
        ///
@@ -539,7 +539,7 @@ public:
                bool endfoot;
                /// row of endlastfoot
                bool endlastfoot;
-               /// row for a pagebreak
+               /// row for a newpage
                bool newpage;
        };
        ///