]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[lyx.git] / src / insets / InsetTabular.h
index 6fba87fd3a622d4ff7ff3c596375f1a7761eef23..c3a64cea937ed98d515b0ace9b1935789f57507d 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;
        };
        ///
@@ -679,7 +679,7 @@ public:
        ///
        EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///
-       bool insetAllowed(InsetCode) const { return true; }
+       bool insetAllowed(InsetCode code) const;
        ///
        bool allowSpellCheck() const { return true; }
        ///