]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetFloat.h
index 734ba515bafdfc446849c3a008d0915c0449063f..f58c89c2f6945a8b289c467e6a7d6130bd288a52 100644 (file)
@@ -101,7 +101,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
        /** returns false if, when outputing LaTeX, font changes should
@@ -122,6 +122,8 @@ private:
        TexString getCaption(OutputParams const &) const;
        ///
        std::string getAlignment() const;
+       ///
+       OutputParams::CtObject CtObject(OutputParams const &) const { return OutputParams::CT_OMITOBJECT; }
 
        InsetFloatParams params_;
 };