]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetLayout.h
index da003a95b0b263b02223f6921146256138b323b7..ed3c9a96ba830b1959fedc559a5fecb388795a4e 100644 (file)
@@ -192,6 +192,8 @@ public:
        ///
        bool docbooknofontinside() const { return docbooknofontinside_; }
        ///
+       bool docbookrenderasimage() const { return docbookrenderasimage_; }
+       ///
        std::set<std::string> required() const { return required_; }
        ///
        bool isMultiPar() const { return multipar_; }
@@ -361,6 +363,8 @@ private:
        ///
        bool docbooknofontinside_ = false;
        ///
+       bool docbookrenderasimage_ = false;
+       ///
        std::set<std::string> required_;
        ///
        bool multipar_ = true;