]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetLabel.cpp
index e35c3a76b0a2a0baaba39f7926f7381bed4f138f..7edd1aaca832936bdb61baf4706ff93455bae29b 100644 (file)
@@ -99,8 +99,8 @@ void InsetLabel::updateCommand(docstring const & new_label, bool updaterefs)
        buffer().undo().endUndoGroup();
 
        // We need an update of the Buffer reference cache. This is achieved by
-       // updateLabels().
-       buffer().updateLabels();
+       // updateBuffer().
+       buffer().updateBuffer();
 }
 
 
@@ -120,7 +120,7 @@ docstring InsetLabel::screenLabel() const
 }
 
 
-void InsetLabel::updateLabels(ParIterator const & par, UpdateType utype)
+void InsetLabel::updateBuffer(ParIterator const & par, UpdateType utype)
 {
        docstring const & label = getParam("name");
        if (buffer().insetLabel(label)) {