]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetVSpace.h
Use new rowFlags() values to remove some inset hardcoding.
[features.git] / src / insets / InsetVSpace.h
index b2c8ac9780bb799af576770e4ece9bff7fdc3dc9..08e8ea882ec922051e7f95b1f2d357ff0caca58f 100644 (file)
@@ -56,13 +56,13 @@ private:
        /// The normal case is that this inset will be on a line by
        /// itself, and in that case the present paragraph will not,
        /// in fact, appear at all.
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void read(Lexer & lex);
        ///
        void write(std::ostream & os) const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///