]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Partially revert r34995, which broke math output. Not sure why yet....
[lyx.git] / src / Buffer.h
index 01537b9b6362908609fa9c2faef240dab10a2461..54e66ab3dd0c6a95224511aa8c1e48d4946f77a0 100644 (file)
@@ -525,6 +525,10 @@ public:
        std::vector<Format const *> exportableFormats(bool only_viewable) const;
        ///
        bool isExportableFormat(std::string const & format) const;
+       /// mark the buffer as busy exporting something, or not
+       void setExportStatus(bool e) const;
+       ///
+       bool isExporting() const;
 
        ///
        typedef std::vector<std::pair<Inset *, ParIterator> > References;