]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFloat.h
Allow removing words from the personal dictionary, that weren't previously added.
[features.git] / src / insets / InsetFloat.h
index bb9b6451911fe391749abd6c02f18720c1d78ff1..20ee6452e8660f415fad2403261581a401a2b2a6 100644 (file)
@@ -104,15 +104,15 @@ private:
        docstring xhtml(XMLStream &, OutputParams const &) const override;
        ///
        bool insetAllowed(InsetCode) const override;
-       /** returns false if, when outputting LaTeX, font changes should
-           be closed before generating this inset. This is needed for
-           insets that may contain several paragraphs */
+       ///
        bool inheritFont() const override { return false; }
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const override;
        ///
        bool hasSubCaptions(ParIterator const & it) const override;
        ///
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false) override;
+       ///
        void doDispatch(Cursor & cur, FuncRequest & cmd) override;
        ///
        Inset * clone() const override { return new InsetFloat(*this); }
@@ -123,7 +123,7 @@ private:
        ///
        std::string getAlignment() const;
        ///
-       OutputParams::CtObject CtObject(OutputParams const &) const override { return OutputParams::CT_OMITOBJECT; }
+       CtObject getCtObject(OutputParams const &) const override;
 
        InsetFloatParams params_;
 };