summaryrefslogtreecommitdiff
path: root/patches/dev300/corporate-dictionary.diff
blob: ba56a16275b23108ccb1c78b8b55e31a66e37f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
 extras/source/wordbook/makefile.mk                 |    2 +-
 .../schema/org/openoffice/Office/Linguistic.xcs    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git extras/source/wordbook/makefile.mk extras/source/wordbook/makefile.mk
index 7d4e618..62f8318 100644
--- extras/source/wordbook/makefile.mk
+++ extras/source/wordbook/makefile.mk
@@ -39,7 +39,7 @@ TARGET=wordbookall
 
 ZIP1TARGET      = $(WORDBOOK_ALL_TARGET)
 
-ZIP1LIST        = technical.dic
+ZIP1LIST        = technical.dic Novell.dic
 
 
 ZIP2TARGET      = $(WORDBOOK_USER_TARGET)
diff --git officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 7cb13b7..e0828fa 100644
--- officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -252,7 +252,7 @@
 						<desc>Specifies the custom dictionaries to be used. The Ignore list (IgnoreAllList (All)) is administered in the RAM only for the current spellcheck.</desc>
 						<label>Custom dictionaries</label>
 					</info>
-					<value oor:separator=";">IgnoreAllList;soffice.dic;standard.dic;technical.dic</value>
+                    <value oor:separator=";">IgnoreAllList;soffice.dic;standard.dic;Novell.dic;technical.dic;corporate.dic</value>
 				</prop>
 				<prop oor:name="IsUseDictionaryList" oor:type="xs:boolean">
 					<!-- OldLocation: NEW -->
-- 
1.7.0.1