]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Remove hardcoded values
[lyx.git] / src / Paragraph.h
index b4b806789a1717c0358d2e71ec6821e293749057..2133d8ce74ecbdd107cf487c7e28f07dd307486a 100644 (file)
@@ -219,6 +219,8 @@ public:
                                 XHTMLStream & xs,
                                 OutputParams const & runparams,
                                 Font const & outerfont,
+                                bool start_paragraph = true,
+                                bool close_paragraph = true,
                                 pos_type initial = 0) const;
 
        ///
@@ -394,6 +396,8 @@ public:
        InsetList const & insetList() const;
        ///
        void setBuffer(Buffer &);
+       ///
+       void resetBuffer();
 
        ///
        bool isHfill(pos_type pos) const;