]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / Application.h
index 8ad6beddab63ce11a06b20f3202478a0b6b21a2b..cf82776039e98217d779f2a013475fd395c27f8e 100644 (file)
@@ -166,7 +166,7 @@ class Application
 {
 public:
        ///
-       Application() : cancel_export(false) {}
+       Application() {}
        ///
        virtual ~Application() {}
 
@@ -233,6 +233,8 @@ public:
        virtual bool searchMenu(FuncRequest const & func,
                docstring_list & names) const = 0;
 
+       virtual bool hasBufferView() const = 0;
+
        /// \return the icon file name for the given action.
        static docstring iconName(FuncRequest const & f, bool unknown);
        /// \return the math icon name for the given command.
@@ -253,8 +255,6 @@ public:
 
        // Add a buffer to the current view, do not switch to it.
        virtual bool unhide(Buffer * buf) = 0;
-       ///
-       bool cancel_export;
 };
 
 /// Return the list of loadable formats.