summaryrefslogblamecommitdiff
path: root/editors/openoffice-devel/files/patch-solenv_bin_modules_ExtensionsLst.pm
blob: 0d322a721f2130b93638a9684bb073c285be8f59 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                         
--- solenv/bin/modules/ExtensionsLst.pm.orig	2014-02-25 08:33:31 UTC
+++ solenv/bin/modules/ExtensionsLst.pm
@@ -592,8 +592,9 @@ sub GetExtensionList ($@)
     my $protocol_selector = shift;
     my @language_list = @_;
 
-    if (defined $ENV{'ENABLE_BUNDLED_DICTIONARIES'}
+    if ((defined $ENV{'ENABLE_BUNDLED_DICTIONARIES'}
          && $ENV{'ENABLE_BUNDLED_DICTIONARIES'} eq "YES")
+	 || $protocol_selector eq "file")
     {
         my $full_file_name = Prepare();
         my @urls = ParseExtensionsLst($full_file_name, \@language_list);