]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Use home made code for the bool facet.
[lyx.git] / src / insets / InsetCitation.h
index 032ed379ef1a9f713b1fa34786b31f7bae06e3f9..e705fcb6bdd65dcb8706105442558c8fcd47498d 100644 (file)
@@ -36,13 +36,13 @@ public:
        Inset::Code lyxCode() const { return Inset::CITE_CODE; }
        ///
        int latex(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;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual int textString(Buffer const &, odocstream &,
                OutputParams const &) const;