]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetnote.h
index 034f81158b8766b6c1b86a4e5babe26a08d64e29..f241725a667fcb2fb6cc53856a58bfdad4423976 100644 (file)
@@ -62,10 +62,10 @@ public:
        ///
        int latex(Buffer const &, odocstream &, OutputParams const &) const;
        ///
-       int docbook(Buffer const &, odocstream &, OutputParams const &) const;
-       ///
        int plaintext(Buffer const &, odocstream &, OutputParams const &) const;
        ///
+       int docbook(Buffer const &, odocstream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const;
        ///
        InsetNoteParams const & params() const { return params_; }