]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetcite.h
index 12b8b1d3bb93140c05cd5b696d82710858ce1132..fd90c887fca04c1e5379d75ca2ab062d767e2d2d 100644 (file)
@@ -35,11 +35,14 @@ public:
        ///
        InsetOld::Code lyxCode() const { return InsetOld::CITE_CODE; }
        ///
-       int plaintext(Buffer const &, std::ostream &, int linelen) const;
+       int plaintext(Buffer const &, std::ostream &, OutputParams const &) const;
        ///
        int latex(Buffer const &, std::ostream &,
                  OutputParams const &) const;
        ///
+       int docbook(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const;
 
 private:
@@ -48,9 +51,9 @@ private:
 
        struct Cache {
                ///
-               Cache() : engine(biblio::ENGINE_BASIC) {}
+               Cache() : engine(lyx::biblio::ENGINE_BASIC) {}
                ///
-               biblio::CiteEngine engine;
+               lyx::biblio::CiteEngine engine;
                ///
                InsetCommandParams params;
                ///