]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.cpp
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / insets / InsetCaption.cpp
index b9ed6029dd6010528d28a32e92f0596db3b9f2ce..9046d054e5ee688b8a5b93fccff5d060afab2f03 100644 (file)
@@ -307,7 +307,7 @@ docstring InsetCaption::getCaptionAsHTML(XHTMLStream & xs,
 }
 
 
-void InsetCaption::updateLabels(ParIterator const & it, UpdateType utype)
+void InsetCaption::updateBuffer(ParIterator const & it, UpdateType utype)
 {
        Buffer const & master = *buffer().masterBuffer();
        DocumentClass const & tclass = master.params().documentClass();
@@ -346,7 +346,7 @@ void InsetCaption::updateLabels(ParIterator const & it, UpdateType utype)
        }
 
        // Do the real work now.
-       InsetText::updateLabels(it, utype);
+       InsetText::updateBuffer(it, utype);
        if (utype == OutputUpdate)
                cnts.restoreLastCounter();
 }