From: Jürgen Spitzmüller Date: Sat, 19 Jan 2008 11:32:06 +0000 (+0000) Subject: * src/LaTeXFeatures.cpp: X-Git-Tag: 1.6.10~6553 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6415e84dc436789b1bda1e059e742289108c0826;p=features.git * src/LaTeXFeatures.cpp: - tiny correction to rev. 22629 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22631 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 7b2c2def96..d523c2a5a1 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -821,7 +821,7 @@ string const LaTeXFeatures::getMacros() const macros.precision(prec); - if (mustProvide("hyperref")) + if (isRequired("hyperref")) macros << changetracking_xcolor_soul_hyperref_def; else macros << changetracking_xcolor_soul_def;