]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.cpp
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetHyperlink.cpp
index 81caa371c9ce3e206405ea8985d6218bbd2b1a75..cbcf613b788b3acdfaf891cb50a07a2a7012910c 100644 (file)
@@ -257,7 +257,7 @@ void InsetHyperlink::toString(odocstream & os) const
 }
 
 
-void InsetHyperlink::forToc(docstring & os, size_t) const
+void InsetHyperlink::forOutliner(docstring & os, size_t) const
 {
        docstring const & n = getParam("name");
        if (!n.empty()) {