]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetLine.h
index 7be587028ffb9e9a55005ad68292530e9b72954e..4c918a872d0fe17022f44eb9522b3af7f48856ef 100644 (file)
@@ -41,8 +41,7 @@ private:
        /// Inset inherited methods.
        //@{
        InsetCode lyxCode() const { return LINE_CODE; }
-       int docbook(odocstream &, OutputParams const &) const;
-       /// Does nothing at the moment.
+       void docbook(XMLStream &, OutputParams const &) const;
        docstring xhtml(XMLStream &, OutputParams const &) const;
        bool hasSettings() const { return true; }
        void metrics(MetricsInfo &, Dimension &) const;