branch: tex2lyx/preamble.cpp: textcomp is supported sine we can handle Unicode

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30116 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-06-15 20:07:45 +00:00
parent 3134d0881c
commit 14c40d8d16

View File

@ -361,6 +361,9 @@ void handle_package(Parser &p, string const & name, string const & opts,
else if (name == "verbatim")
; // ignore this
else if (name == "textcomp")
; // ignore this
else if (name == "url")
; // ignore this