View | Details | Raw Unified | Return to issue 91319
Collapse All | Expand All

(-)scp2/source/ooo/file_ooo.scp (+4 lines)
Lines 2923-2928 Link Here
2923
    Name = "/registry/data/org/openoffice/Office/Linguistic-lingucomponent-thesaurus.xcu";
2923
    Name = "/registry/data/org/openoffice/Office/Linguistic-lingucomponent-thesaurus.xcu";
2924
End
2924
End
2925
2925
2926
#ifndef WITHOUT_MYSPELL_DICTS
2927
2926
// Dictionary extensions
2928
// Dictionary extensions
2927
2929
2928
File gid_File_Extension_Dictionary_Af
2930
File gid_File_Extension_Dictionary_Af
Lines 3078-3080 Link Here
3078
	Styles = (PACKED);
3080
	Styles = (PACKED);
3079
	UnixRights = 444;
3081
	UnixRights = 444;
3080
End
3082
End
3083
3084
#endif
(-)scp2/source/ooo/makefile.mk (+4 lines)
Lines 119-124 Link Here
119
SCPDEFS+=-DWITHOUT_MOZILLA
119
SCPDEFS+=-DWITHOUT_MOZILLA
120
.ENDIF
120
.ENDIF
121
121
122
.IF "$(WITH_MYSPELL_DICTS)" == "NO"
123
SCPDEFS+=-DWITHOUT_MYSPELL_DICTS
124
.ENDIF
125
122
.IF "$(SYSTEM_MOZILLA)" == "YES"
126
.IF "$(SYSTEM_MOZILLA)" == "YES"
123
SCPDEFS+=-DSYSTEM_MOZILLA
127
SCPDEFS+=-DSYSTEM_MOZILLA
124
.ENDIF
128
.ENDIF

Return to issue 91319