]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Shortcut for LyX HTML output. (Makes my life easier!)
[lyx.git] / src / output_xhtml.h
index 8c96fd57df2295336b8aef2f0ed9cac9394113a7..f0e1578d1558a0baf36eba6ed9c603da8536513a 100644 (file)
@@ -89,6 +89,8 @@ public:
        ///
        XHTMLStream & operator<<(docstring const &);
        ///
+       XHTMLStream & operator<<(const char *);
+       ///
        XHTMLStream & operator<<(char_type);
        ///
        XHTMLStream & operator<<(StartTag const &);
@@ -102,6 +104,8 @@ private:
        ///
        bool isTagOpen(std::string const &);
        ///
+       void writeError(std::string const &);
+       ///
        odocstream & os_;
        ///
        // int tab_;