]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
more changes, read the Changelog
[lyx.git] / src / buffer.h
index 10388ce06458b2b24be99d5766984769522acd8a..9f968892a87cc27aa5f44ec52e2b7ec8e3e33a11 100644 (file)
@@ -171,9 +171,11 @@ public:
        int runChktex();
 
        ///
-       void makeLinuxDocFile(string const & filename, int column);
+       void makeLinuxDocFile(string const & filename,
+                             bool nice, bool only_body = false);
        ///
-       void makeDocBookFile(string const & filename, int column);
+       void makeDocBookFile(string const & filename,
+                            bool nice, bool only_body = false);
 
        /// returns the main language for the buffer (document)
        string GetLanguage() const {
@@ -375,11 +377,6 @@ private:
        void pop_tag(std::ostream & os, char const * tag,
                     int & pos, char stack[5][3]);
 
-#if 0
-       ///
-       void RoffAsciiTable(std::ostream &, LyXParagraph * par);
-#endif
-       
        /// is save needed
        mutable bool lyx_clean;