tex2lyx/text.cpp: whitespace only

This commit is contained in:
Uwe Stöhr 2013-02-22 01:21:17 +01:00
parent 2ba1360509
commit 22101c1044

View File

@ -2417,8 +2417,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
Token const prev = p.prev_token();
p.get_token();
if (p.next_token().character() == '`' ||
(prev.character() == '-' &&
p.next_token().character() == '-'))
(prev.character() == '-' &&
p.next_token().character() == '-'))
; // ignore it in {}`` or -{}-
else
output_ert_inset(os, "{}", context);