]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetQuotes.cpp
Do not output quote TextCommand definitions for polyglossia
[features.git] / src / insets / InsetQuotes.cpp
index bcdcff25e1b882684f203eca9c3fbbdbb32744d7..e4f058c6e28875f413f8d0032d8ae8f699d091b9 100644 (file)
@@ -356,7 +356,7 @@ void InsetQuotes::validate(LaTeXFeatures & features) const
 #else
        if (!features.useBabel()
 #endif
-           && fontenc_ != "T1") {
+           && !features.usePolyglossia() && fontenc_ != "T1") {
                if (times_ == SingleQuotes)
                        switch (type) {
                        case ',': features.require("quotesinglbase"); break;