diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index add0dd2330..801b1b747d 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -651,6 +651,7 @@ void handle_package(Parser &p, string const & name, string const & opts, #if 0 // do not ignore as long as we don't support all commands (e.g. \xout is missing) + // and as long as we don't support change tracking else if (name == "ulem") ; // ignore this #endif