]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
* BufferParams:
[lyx.git] / src / insets / insetcite.h
index 1c83084a67ea156ebccc95f82dce0a0e8ecf79bb..36b083fdf2dd040835a9f3731ec20468fd18361f 100644 (file)
@@ -15,7 +15,8 @@
 
 
 #include "insetcommand.h"
-#include "bufferparams.h"
+
+#include "frontends/controllers/biblio.h"
 
 
 namespace lyx {
@@ -34,13 +35,14 @@ public:
        ///
        InsetBase::Code lyxCode() const { return InsetBase::CITE_CODE; }
        ///
-       int plaintext(Buffer const &, odocstream &, OutputParams const &) const;
-       ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
+       ///
+       int plaintext(Buffer const &, odocstream &,
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual int textString(Buffer const &, odocstream &,
                OutputParams const &) const;