]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetNewline.h
index fc7684ab73a4afcd0b80b0a8e134f1cc3f6f2e4c..31ab4451a9db6d9c8b06909b82e54f5a9c3927f7 100644 (file)
@@ -44,7 +44,8 @@ public:
        ///
        InsetNewline();
        ///
-       InsetNewline(InsetNewlineParams par) { params_.kind = par.kind; }
+       InsetNewline(InsetNewlineParams par) : Inset(0)
+       { params_.kind = par.kind; }
        ///
        static void string2params(std::string const &, InsetNewlineParams &);
        ///
@@ -65,6 +66,8 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       ///
        void read(Lexer & lex);
        ///
        void write(std::ostream & os) const;