X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTabular.h;h=4166f316c3273c3f13b6d0c4de0a410c95bd7171;hb=8ae0841826d90b8cdee1922f91fd6ccc5009f5ef;hp=ce684ec9ead375cfe6f4c062483396805496d7ea;hpb=eeaea7cbbb98141c98c189751907a8fc0b10f7d4;p=features.git diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index ce684ec9ea..4166f316c3 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -573,7 +573,7 @@ public: /// void latex(otexstream &, OutputParams const &) const; /// - void docbook(XMLStream &, OutputParams const &) const; + void docbook(XMLStream &, OutputParams const &) const; /// docstring xhtml(XMLStream &, OutputParams const &) const; /// @@ -908,8 +908,8 @@ public: std::vector const &, bool onlydata, size_t max_length) const; /// auxiliary function for docbook - void docbookRow(XMLStream &, row_type, OutputParams const &, - bool header = false) const; + void docbookRow(XMLStream &, row_type, OutputParams const &, + bool header = false) const; /// docstring xhtmlRow(XMLStream & xs, row_type, OutputParams const &, bool header = false) const;