summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2010-01-05 13:12:56 +0000
committerThomas Lange <tl@openoffice.org>2010-01-05 13:12:56 +0000
commit18f7f5b3c9dc89874cb9443bb71a2f214d7ecbc6 (patch)
tree1a233be236cc61493f7fb32b480649c57eb7c8bc /scp2
parent29215a2062903a6391d9903c2c8f47656181099d (diff)
#i101945# fixed missing Norwegian dictionary packages
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_ooo.scp9
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp11
2 files changed, 20 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 5e571e0b2e03..7135b1a2ef1d 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -3086,6 +3086,15 @@ End
#endif
#ifndef WITHOUT_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_No
+ Dir = gid_Brand_Dir_Share_Extension_Install;
+ Name = "dict-no.oxt";
+ Styles = (PACKED, FORCELANGUAGEPACK);
+ UnixRights = 444;
+End
+#endif
+
+#ifndef WITHOUT_MYSPELL_DICTS
File gid_File_Extension_Dictionary_Pl
Dir = gid_Brand_Dir_Share_Extension_Install;
Name = "dict-pl.oxt";
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index 4b293e0a6126..73e7c26ec923 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -1126,6 +1126,17 @@ Module gid_Module_Root_Extension_Dictionary_Nl
Styles = (HIDDEN_ROOT);
End
+Module gid_Module_Root_Extension_Dictionary_No
+ Name = "gid_Module_Root_Extension_Dictionary_No";
+ Description = "gid_Module_Root_Extension_Dictionary_No";
+ Files = (gid_File_Extension_Dictionary_No);
+ InstallOrder = "2000";
+ Spellcheckerlanguage = "no";
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Root;
+ Styles = (HIDDEN_ROOT);
+End
+
Module gid_Module_Root_Extension_Dictionary_Pl
Name = "gid_Module_Root_Extension_Dictionary_Pl";
Description = "gid_Module_Root_Extension_Dictionary_Pl";