]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.h
Use new display() values to remove some inset hardcoding.
[features.git] / src / insets / InsetText.h
index e4e4bfc7981c6b92dc2bcbefc53f8c6550d4a4bf..41bfa183671f664bef0141244b024ee6246ba447 100644 (file)
@@ -224,9 +224,10 @@ public:
        bool confirmDeletion() const { return !text().empty(); }
 
        ///
-       bool needsCProtection(bool const maintext = false) const;
+       bool needsCProtection(bool const maintext = false,
+                             bool const fragile = false) const;
        ///
-       bool hasCProtectContent() const;
+       bool hasCProtectContent(bool const fragile = false) const;
 
 protected:
        ///