]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBox.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetBox.h
index a1f44669580ab8d78bfc08ba7544a9b5747ee5cd..3398a52ed600962a172805ad8760b68a0817c867 100644 (file)
@@ -15,7 +15,8 @@
 #define INSETBOX_H
 
 #include "InsetCollapsible.h"
-#include "Length.h"
+
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -133,7 +134,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;
        ///