]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspace.C
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetspace.C
index 60e62a8ad8a6a8fb47f7e67a632bbbe3318d8551..11cc7925e14f87bf62556a4b40e53632059deaa0 100644 (file)
@@ -137,7 +137,7 @@ void InsetSpace::write(Buffer const &, ostream & os) const
 // This function will not be necessary when lyx3
 void InsetSpace::read(Buffer const &, LyXLex & lex)
 {
-       lex.nextToken();
+       lex.next();
        string const command = lex.getString();
 
        if (command == "\\space")
@@ -275,8 +275,3 @@ bool InsetSpace::isSpace() const
 {
        return true;
 }
-
-bool InsetSpace::isLineSeparator() const
-{
-       return false;
-}