X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTabular.h;h=8950077de263bd4dc71f0e2d4b9ed13f02ef4795;hb=717105bfe71d77492339b6b99557ca15ab94b007;hp=6eaf4d601c8db8b15180e5e630981993413b8ea1;hpb=06fe2c019f809bb27290ba24757d73314eb53cc4;p=lyx.git diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 6eaf4d601c..8950077de2 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -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(Inset::Code) const { return true; } + bool insetAllowed(InsetCode) const { return true; } /// bool allowSpellCheck() const { return true; } /// @@ -702,7 +702,7 @@ public: /// void validate(LaTeXFeatures & features) const; /// - Code lyxCode() const { return Inset::TABULAR_CODE; } + InsetCode lyxCode() const { return TABULAR_CODE; } /// get offset of this cursor slice relative to our upper left corner void cursorPos(BufferView const & bv, CursorSlice const & sl, bool boundary, int & x, int & y) const;