]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetFlex.h
index 0844246769e7b76a344a855fa4fae68d4b942427..da29da565db16b54b90ad0e186a980a7f8fb10c3 100644 (file)
@@ -34,7 +34,7 @@ public:
        InsetLayout::InsetDecoration decoration() const;
        ///
        void write(std::ostream &) const;
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        bool hasSettings() const { return false; }
@@ -44,7 +44,7 @@ public:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       void updateBuffer(ParIterator const & it, UpdateType utype);
+       void updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted = false);
 
 protected:
        ///