]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
fix linking problem with boost
[lyx.git] / src / paragraph.h
index d68e9a5e2e6537f02f343dec93644b570672beca..4f49050a4d28baa83893901f96822c7b1cfa0eee 100644 (file)
@@ -77,14 +77,14 @@ public:
        bool isMultiLingual(BufferParams const &);
 
        ///
-       string const asString(Buffer const *, bool label);
+       string const asString(Buffer const *, bool label) const;
        ///
        string const asString(Buffer const *, lyx::pos_type beg, lyx::pos_type end,
-                             bool label);
+                             bool label) const;
 
        ///
        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:
        ///