]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Resave SpellcheckerUi.ui in qt 4.4 designer
[lyx.git] / src / output_xhtml.h
index 6e00557ea548b3b3be9ebc912f57743b7c14f7d7..4c389bd0aabfa1683d4b713c74262b12dda71c7a 100644 (file)
@@ -101,6 +101,12 @@ public:
        /// \return false if there are open font tags we could not close.
        /// because they are "blocked" by open non-font tags on the stack.
        bool closeFontTags();
+       /// call at start of paragraph. sets a mark so we know what tags
+       /// to close at the end. 
+       void startParagraph();
+       /// call at end of paragraph to clear that mark. note that this
+       /// will also close any tags still open. 
+       void endParagraph();
        ///
        XHTMLStream & operator<<(docstring const &);
        ///