]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetSpecialChar.h
index fd3f6cd8414e799cefed16ac0a1b43db1a152d37..b7c6e794d044cc677d5bb346dcce0cfd59bf64bc 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;
        ///
@@ -78,11 +80,11 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///
-       bool isInToc() const { return true; }   
+       bool isInToc() const { return true; }
        ///
        void forOutliner(docstring &, size_t const, bool const) const;
        ///