X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbuffer.h;h=1d5609a86e4177df95321d5abc6b128820ecf16a;hb=4b2a999762c83627476428e595d3c1e3704a3da0;hp=d970148f772071c737b59b9491695551c6575d22;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=lyx.git diff --git a/src/buffer.h b/src/buffer.h index d970148f77..1d5609a86e 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -132,9 +132,12 @@ public: bool parseSingleLyXformat2Token(LyXLex &, LyXParagraph *& par, LyXParagraph *& return_par, string const & token, int & pos, - char & depth, LyXFont &, - LyXParagraph::footnote_flag &, - LyXParagraph::footnote_kind &); + char & depth, LyXFont & +#ifndef NEW_INSETS + ,LyXParagraph::footnote_flag &, + LyXParagraph::footnote_kind & +#endif + ); /** Save file Takes care of auto-save files and backup file if requested. @@ -344,16 +347,20 @@ public: /// Used when typesetting to place errorboxes. TexRow texrow; private: +#ifndef NEW_INSETS /// void linuxDocHandleFootnote(std::ostream & os, LyXParagraph * & par, int const depth); +#endif /// void DocBookHandleCaption(std::ostream & os, string & inner_tag, int const depth, int desc_on, LyXParagraph * & par); +#ifndef NEW_INSETS /// void DocBookHandleFootnote(std::ostream & os, LyXParagraph * & par, int const depth); +#endif /// void sgmlOpenTag(std::ostream & os, int depth, string const & latexname) const;