]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
tex2lyx: add strike-outs etc. to the TeX testfile
[lyx.git] / src / output_xhtml.h
index 4c389bd0aabfa1683d4b713c74262b12dda71c7a..416e0daf4909337cdcf091693dd92e880d0a4b67 100644 (file)
@@ -103,7 +103,7 @@ public:
        bool closeFontTags();
        /// call at start of paragraph. sets a mark so we know what tags
        /// to close at the end. 
-       void startParagraph();
+       void startParagraph(bool keep_empty);
        /// call at end of paragraph to clear that mark. note that this
        /// will also close any tags still open. 
        void endParagraph();