]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Return ExportStatus from Buffer to GuiView
[lyx.git] / src / Buffer.h
index 589c4500e4cb2232166abcea728202f9b76fd9e8..f7cc714c6d45b74805f1b612426fcab012b9624b 100644 (file)
@@ -614,9 +614,9 @@ public:
        bool hasGuiDelegate() const;
 
        ///
-       bool doExport(std::string const & target, bool put_in_tempdir) const;
+       ExportStatus doExport(std::string const & target, bool put_in_tempdir) const;
        ///
-       bool preview(std::string const & format) const;
+       ExportStatus preview(std::string const & format) const;
 
 private:
        /// target is a format name optionally followed by a space