]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.cpp
abdel likes short code
[lyx.git] / src / support / docstring.cpp
index 4d39b22efe60816db0bfa59e808ad6acf15e9f7b..ff716f1e73d1a1c3a384698ae1bfc29f75fc90d0 100644 (file)
@@ -596,8 +596,8 @@ protected:
                        for (; iit != eit; ++iit) {
                                s += *iit;
                                ++n;
-                               bool true_ok = lyx::support::prefixIs(truename, s);
-                               bool false_ok = lyx::support::prefixIs(falsename, s);
+                               bool true_ok = support::prefixIs(truename, s);
+                               bool false_ok = support::prefixIs(falsename, s);
                                if (!true_ok && !false_ok) {
                                        ++iit;
                                        ok = false;