]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetBibtex.h
index b9c97f08c60678a85603200e86de8d2c0538a866..94f8836ec14dc64e0b817fb2e9196df154faa8a5 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::BIBTEX_CODE; }
        ///
-       bool display() const { return true; }
+       DisplayType display() const { return AlignCenter; }
        ///
        int latex(Buffer const &, odocstream &, OutputParams const &) const;
        ///