]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / paragraph_funcs.C
index 73de67f9c20e019bf250d0e2db69204f066a607c..8c137d68688e3a76e9d89f2847cd0cd5374b1f8b 100644 (file)
@@ -36,6 +36,8 @@
 
 extern string bibitemWidest(Buffer const *);
 
+using namespace lyx::support;
+
 using lyx::pos_type;
 //using lyx::layout_type;
 using std::endl;
@@ -1007,7 +1009,7 @@ int readParToken(Buffer & buf, Paragraph & par, LyXLex & lex, string const & tok
                string const s = bformat(_("Unknown token: %1$s %2$s\n"),
                        token, lex.getString());
 
-               buf.parseError(ErrorItem(_("Unknown token"), s, 
+               buf.parseError(ErrorItem(_("Unknown token"), s,
                                         par.id(), 0, par.size()));
                return 1;
        }