]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetBox.h
index d5610b746a0344a18d1cf551d5c72e91a3988e8f..6dd671c9a4deaad01b8e0c1d7dc685a4b9e03c5f 100644 (file)
@@ -24,7 +24,7 @@ class InsetBoxParams
 {
 public:
        ///
-       InsetBoxParams(std::string const &);
+       explicit InsetBoxParams(std::string const &);
        ///
        void write(std::ostream & os) const;
        ///
@@ -123,6 +123,9 @@ public:
        ///
        bool forcePlainLayout(idx_type = 0) const;
        ///
+       bool needsCProtection(bool const maintext = false,
+                             bool const fragile = false) const;
+       ///
        bool neverIndent() const { return true; }
        ///
        bool inheritFont() const { return false; }