]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Add a preference option to specify the default length unit (cm or in).
[lyx.git] / src / Buffer.h
index 273123a5e6fc001770005a4b438ea473e1ce5f6f..5c90f51bb694c89e9a612e239756682fb913ed8b 100644 (file)
@@ -604,11 +604,12 @@ public:
 
        
 
-       ///
-       bool doExport(std::string const & format, bool put_in_tempdir,
+       /// target is a format name optionally followed by a space
+       /// and a destination file-name
+       bool doExport(std::string const & target, bool put_in_tempdir,
                bool includeall, std::string & result_file) const;
        ///
-       bool doExport(std::string const & format, bool put_in_tempdir,
+       bool doExport(std::string const & target, bool put_in_tempdir,
                      bool includeall = false) const;
        ///
        bool preview(std::string const & format, bool includeall = false) const;