]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix compilation on win
[lyx.git] / src / Buffer.h
index 97a940c248db24bcbefdbe1fe5f40426173f3a61..74c378cadc49bacb2e687f099f374f24a2fe5677 100644 (file)
@@ -222,6 +222,14 @@ public:
        void writeDocBookSource(odocstream & os, std::string const & filename,
                             OutputParams const & runparams_in,
                             bool only_body = false) const;
+       ///
+       void makeLyXHTMLFile(support::FileName const & filename,
+                            OutputParams const & runparams_in,
+                            bool only_body = false) const;
+       ///
+       void writeLyXHTMLSource(odocstream & os,
+                            OutputParams const & runparams_in,
+                            bool only_body = false) const;
        /// returns the main language for the buffer (document)
        Language const * language() const;
        /// get l10n translated to the buffers language