]> 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 eea88cdd690786ac9fddfaaa127872159b4c9180..41bfa183671f664bef0141244b024ee6246ba447 100644 (file)
@@ -223,6 +223,12 @@ public:
        ///
        bool confirmDeletion() const { return !text().empty(); }
 
+       ///
+       bool needsCProtection(bool const maintext = false,
+                             bool const fragile = false) const;
+       ///
+       bool hasCProtectContent(bool const fragile = false) const;
+
 protected:
        ///
        void iterateForToc(DocIterator const & cdit, bool output_active,