tex2lyx/preamble.cpp: textcomp is also supported by LyX since we support Unicode

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-06-15 00:33:05 +00:00
parent d69af206ee
commit 693b64674b

View File

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