]> git.lyx.org Git - features.git/commitdiff
tex2lyx/preamble.cpp: add a note
authorUwe Stöhr <uwestoehr@web.de>
Sat, 29 Oct 2011 21:20:09 +0000 (21:20 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 29 Oct 2011 21:20:09 +0000 (21:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40074 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index add0dd2330d380815731ee2ca8191b688fe5c291..801b1b747d91581f73df4d2bd1d20e6bf073fbc8 100644 (file)
@@ -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