]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.cpp
Remove now redundant string
[lyx.git] / src / TocBackend.cpp
index d401e2250936d31f86c4b6c683088f8731676b5a..43a2188c713c15234b6b5d302c9f75c694cb16cd 100644 (file)
@@ -279,7 +279,7 @@ void TocBackend::resetOutlinerNames()
 {
        outliner_names_.clear();
        // names from this document class
-       for (pair<string, docstring> const & name
+       for (auto const & name
                     : buffer_->params().documentClass().outlinerNames())
                addName(name.first, translateIfPossible(name.second));
        // Hardcoded types
@@ -288,6 +288,7 @@ void TocBackend::resetOutlinerNames()
        addName("senseless", _("Senseless"));
        addName("citation", _("Citations"));
        addName("label", _("Labels and References"));
+       addName("brokenrefs", _("Broken References and Citations"));
        // Customizable, but the corresponding insets have no layout definition
        addName("child", _("Child Documents"));
        addName("graphics", _("Graphics"));