]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetSpace.cpp
index 4d0542dfbd04d06fa54bb6acbe07f6a6529f19a6..03c9367b9acaaca31edd5bb066ec454d93d6b2fa 100644 (file)
@@ -862,7 +862,8 @@ void InsetSpace::string2params(string const & in, InsetSpaceParams & params)
                params.math = true;
        else {
                params.math = false;
-               LASSERT(name == "space", /**/);
+               // we can try to read this even if the name is wrong
+               LATTEST(name == "space");
        }
 
        // There are cases, such as when we are called via getStatus() from