]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetref.h
index 3469445056f6085bb5901821c3ff396ec1795b1d..b9e63412de15d4f2f014d28051b573f678f8c85b 100644 (file)
@@ -61,20 +61,13 @@ public:
         ///
         void gotoLabel();
        ///
-       int Latex(ostream &, signed char fragile, bool free_spc) const;
-#ifndef USE_OSTREAM_ONLY
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
        ///
-       int Latex(string & file, signed char fragile, bool free_spc) 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;