diff options
Diffstat (limited to 'scp2/source/ooo/file_ooo.scp')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index e8be2289d48a..08ed086f2ccc 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -701,7 +701,7 @@ File gid_Starregistry_Services_Rdb Styles = (PACKED); End -#ifdef MACOSX +#ifdef MACOSX File gid_File_App_InfoPlist TXT_FILE_BODY; Dir = FILELIST_DIR; @@ -1004,6 +1004,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Lo + Dir = FILELIST_DIR; + Name = "Dictionary/dict-lo.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Lt Dir = FILELIST_DIR; Name = "Dictionary/dict-lt.filelist"; |