]> git.lyx.org Git - lyx.git/blobdiff - src/Language.cpp
Whitespace only
[lyx.git] / src / Language.cpp
index 286dc92bd644454a1dc636871e49f337c73e6b6d..e6f7f9ed6a940a261b6a604b9c54b210936527d7 100644 (file)
@@ -38,6 +38,12 @@ Language const * latex_language = 0;
 Language const * reset_language = 0;
 
 
+bool Language::isPolyglossiaExclusive() const
+{
+       return babel().empty() && !polyglossia().empty() && requires().empty();
+}
+
+
 docstring const Language::translateLayout(string const & m) const
 {
        if (m.empty())