X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlabel.h;h=62196b7d8014c01f28e986616a15847ae7db77c1;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=9932bdfdba23e44b7511aa5f3745643bdadc9b7e;hpb=b3e20a15e74bc3a419ed6d01e49dccc11192b205;p=lyx.git diff --git a/src/insets/insetlabel.h b/src/insets/insetlabel.h index 9932bdfdba..62196b7d80 100644 --- a/src/insets/insetlabel.h +++ b/src/insets/insetlabel.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-1999 The LyX Team + * Copyright 1995-2000 The LyX Team * * ====================================================== */ @@ -23,6 +23,7 @@ class InsetLabel : public InsetCommand { public: /// + explicit InsetLabel(string const & cmd); /// InsetLabel() : InsetCommand("label") {} @@ -39,20 +40,13 @@ public: /// EDITABLE Editable() const { return NOT_EDITABLE; } /// - int Latex(ostream &, signed char fragile) const; -#ifndef USE_OSTREAM_ONLY + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Latex(string & file, signed char fragile) const; + int Ascii(std::ostream &) const; /// - int Linuxdoc(string & file) const; + int Linuxdoc(std::ostream &) const; /// - int DocBook(string & file) const; -#else - /// - int Linuxdoc(ostream &) const; - /// - int DocBook(ostream &) const; -#endif + int DocBook(std::ostream &) const; private: /// This function escapes 8-bit characters string escape(string const &) const;