]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBranch.cpp
Inset::textString --> Inset::tocString
[features.git] / src / insets / InsetBranch.cpp
index 2933e1b22c79fdb62d08383b6fb4a03c0c352fcb..f305139dbfad08230840eff15fbdf0ff4683a2ca 100644 (file)
@@ -232,7 +232,7 @@ int InsetBranch::docbook(odocstream & os,
 }
 
 
-void InsetBranch::textString(odocstream & os) const
+void InsetBranch::tocString(odocstream & os) const
 {
        if (isBranchSelected())
                os << text().asString(0, 1, AS_STR_LABEL | AS_STR_INSETS);