]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
another fix
[lyx.git] / src / paragraph.h
index d68e9a5e2e6537f02f343dec93644b570672beca..5317f010118096d93c85299593b9920a25b7453f 100644 (file)
@@ -84,7 +84,7 @@ public:
 
        ///
        void write(Buffer const *, std::ostream &, BufferParams const &,
-                      depth_type) const;
+                      depth_type & depth) const;
        ///
        void validate(LaTeXFeatures &) const;
 
@@ -273,11 +273,6 @@ public:
        ///
        bool isWord(lyx::pos_type pos) const;
 
-       /** paste this paragraph with the next one
-           be carefull, this doesent make any check at all
-       */
-       void pasteParagraph(BufferParams const &);
-
        /// returns -1 if inset not found
        int getPositionOfInset(Inset const * inset) const;
 
@@ -297,7 +292,7 @@ public:
        ///
        InsetList insetlist;
        ///
-       Counters & counters();
+       //Counters & counters();
 
 private:
        ///