]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcharstyle.h
* BufferParams:
[lyx.git] / src / insets / insetcharstyle.h
index 39231e9a57d7c83f6f26eceb7d44fdbb84f52bec..5966a5de155eb343c35c74223d4a49845632b2e5 100644 (file)
@@ -77,13 +77,13 @@ public:
        bool forceDefaultParagraphs(idx_type) const { return true; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
-       ///
-       int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                     OutputParams const &) const;
+       ///
+       int docbook(Buffer const &, odocstream &,
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void textString(Buffer const &, odocstream &) const;
        ///