]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetSpecialChar.h
index 6b33572bd7e6eb6a90f815de2e719caa4ef8a523..286e3b990738193e2d9f3011c3b6c9e6244e85e5 100644 (file)
@@ -62,6 +62,8 @@ public:
        Kind kind() const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
+       /// some special chars allow line breaking after them
+       RowFlags rowFlags() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -76,7 +78,7 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///