]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
New DocBook support
[lyx.git] / src / insets / InsetSpace.h
index f8105da2f87aa4f0e92b3380ff2fc86c5920f832..1111aa1e828d7215d56104e429930ad511f1a08f 100644 (file)
@@ -113,6 +113,8 @@ public:
 
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
+       /// unprotected spaces allow line breaking after them
+       RowFlags rowFlags() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -127,7 +129,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;
        ///