]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages.
[lyx.git] / src / insets / InsetFlex.h
index a781fb8a7680d0d93d498b7a406ecc523c6682aa..f7ea07a0c3fea27ecf970c044ed24f7938166a21 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "InsetCollapsible.h"
 
+
 namespace lyx {
 
 /** The Flex inset, e.g., CharStyle, Custom inset or XML short element
@@ -31,7 +32,7 @@ public:
        ///
        InsetCode lyxCode() const override { return FLEX_CODE; }
        /// Default looks
-       InsetLayout::InsetDecoration decoration() const override;
+       InsetDecoration decoration() const override;
        ///
        void write(std::ostream &) const override;
        /// should paragraph indentation be omitted in any case?
@@ -39,6 +40,8 @@ public:
        ///
        bool hasSettings() const override { return false; }
        ///
+       bool canTrackChanges() const override { return name_ != "URL"; }
+       ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus &) const override;
        ///