]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
don't rm emergency saves ever
[lyx.git] / src / tabular.h
index bac0c068ea72d7b162730017f65922c8ae3cc752..1940c692317519cf7a52e95a0870e9e4667bc0bf 100644 (file)
@@ -290,8 +290,6 @@ public:
        ///
        void Read(Buffer const *, LyXLex &);
        ///
-       void OldFormatRead(BufferParams const &, LyXLex &, string const &);
-       ///
        int latex(Buffer const *, std::ostream &, bool, bool) const;
        ///
        int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const;
@@ -301,7 +299,7 @@ public:
        ///
        bool IsMultiColumn(int cell, bool real = false) const;
        ///
-       void SetMultiColumn(Buffer const *, int cell, int number);
+       void SetMultiColumn(Buffer *, int cell, int number);
        ///
        int UnsetMultiColumn(int cell); // returns number of new cells
        ///
@@ -483,11 +481,9 @@ private:
        typedef std::vector<columnstruct> column_vector;
 
        ///
-       void ReadNew(Buffer const * buf, std::istream & is,
-                                LyXLex & lex, string const & l, int const version);
+       void read(Buffer const * buf, std::istream & is,
+                 LyXLex & lex, string const & l, int const version);
        ///
-       void ReadOld(Buffer const * buf, std::istream & is,
-                                LyXLex & lex, string const & l);
        ///
        int rows_;
        ///