]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibtex.h
Use new rowFlags() values to remove some inset hardcoding.
[features.git] / src / insets / InsetBibtex.h
index 56070d6710f2875cf35907f91c5ef1f2212e37f6..073b3760161065fc1791e4bcdd500df79ab5fd2c 100644 (file)
@@ -48,7 +48,7 @@ public:
        ///
        InsetCode lyxCode() const { return BIBTEX_CODE; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///