]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFonts.cpp
typo
[lyx.git] / src / LaTeXFonts.cpp
index b61c4c7fc509fbadbaf94f235f9fda56bf9104f6..b52a8c06d5e9c94bf96808fc4aa1f0f21f39a974 100644 (file)
@@ -243,7 +243,7 @@ string const LaTeXFont::getAvailablePackage(bool dryrun)
 
 
 string const LaTeXFont::getPackageOptions(bool ot1, bool complete, bool sc, bool osf,
-                                         int scale, string const extraopts, bool nomath)
+                                         int scale, string const extraopts, bool nomath)
 {
        ostringstream os;
        bool const needosfopt = (osf != osfdefault_);
@@ -290,7 +290,7 @@ string const LaTeXFont::getPackageOptions(bool ot1, bool complete, bool sc, bool
 
 
 string const LaTeXFont::getLaTeXCode(bool dryrun, bool ot1, bool complete, bool sc,
-                                    bool osf, bool nomath, string const extraopts,
+                                    bool osf, bool nomath, string const extraopts,
                                     int const & scale)
 {
        ostringstream os;