debian-vendor
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Sun, 21 Jun 2020 11:07:16 +0000 (12:07 +0100)
committerRene Engelhard <rene@debian.org>
Sun, 21 Jun 2020 11:07:16 +0000 (12:07 +0100)
Gbp-Pq: Name debian-vendor.diff

svtools/source/misc/langhelp.cxx

index bedd8d1205c5dc4c85299096c5a6d463cfcefc92..11cc93d6f2c58b802792436728d5de239508e29b 100644 (file)
@@ -138,8 +138,7 @@ OUString getInstalledLocaleForSystemUILanguage(const css::uno::Sequence<OUString
                     else
                         aPackages.emplace_back("libreoffice-langpack-" + install);
                 }
-                //Debian would be: "The Document Foundation/Debian"
-                else if (sVendor == "The Document Foundation, Debian and Ubuntu")
+                else if (sVendor == "The Document Foundation/Debian" || sVendor == "The Document Foundation, Debian and Ubuntu")
                 {
                     // l10n is the typical Debian/Ubuntu naming convention
                     aPackages.emplace_back("libreoffice-l10n-" + install);