]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetSpace.cpp
Begin undoing the tocString() mess by renaming that routine.
[features.git] / src / insets / InsetSpace.cpp
index cccde17fc88d0d35559b38201a1b18b16affdde2..7ece382c4338e61e5a0b07609d26b5ba588ddee7 100644 (file)
@@ -734,7 +734,7 @@ void InsetSpace::validate(LaTeXFeatures & features) const
 }
 
 
-void InsetSpace::tocString(odocstream & os) const
+void InsetSpace::toString(odocstream & os) const
 {
        plaintext(os, OutputParams(0));
 }