]> git.lyx.org Git - features.git/commitdiff
* src/LaTeXFeatures.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 19 Jan 2008 11:32:06 +0000 (11:32 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 19 Jan 2008 11:32:06 +0000 (11:32 +0000)
- tiny correction to rev. 22629

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22631 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeXFeatures.cpp

index 7b2c2def964ff8804df7753baa746d5f7ddbe31b..d523c2a5a1c35a1f35b2e8479582fe2fff6943f2 100644 (file)
@@ -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;