]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetBibitem.h
index 74ae2f824925c448cc056d3972ea6c8e97f47096..4c298c32d9e94f2d39f748d8f00b5ae56041dc38 100644 (file)
@@ -63,11 +63,9 @@ private:
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
-       ///
        virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void updateCommand(docstring const & new_key, bool dummy = false);
        ///
@@ -76,7 +74,7 @@ private:
        Inset * clone() const { return new InsetBibitem(*this); }
 
        friend docstring bibitemWidest(Buffer const & buffer, OutputParams const &);
-       /// The label that is set by updateLabels
+       /// The label that is set by updateBuffer
        docstring autolabel_;
        ///
        static int key_counter;