diff options
author | Eike Rathke <erack@apache.org> | 2011-08-28 20:27:22 +0000 |
---|---|---|
committer | Eike Rathke <erack@apache.org> | 2011-08-28 20:27:22 +0000 |
commit | e12776ea4b75ddb87ee25781d5ee342ae1dc1d03 (patch) | |
tree | 19a21dece6f99310061cdc45fe15702129419bd4 /scp2 | |
parent | ec72c906e6548b0bec386ab25d541799ffeb3353 (diff) |
DISABLE_HUNSPELL for MacOSX specific parts
Thanks to Pavel Janik.
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/source/ooo/file_library_ooo.scp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 6ae35e6b412c..28f04fde763d 100755 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -548,12 +548,14 @@ File gid_File_Lib_Fps_Aqua Name = SPECIAL_COMPONENT_LIB_NAME(fps_aqua.uno); End +#ifndef DISABLE_HUNSPELL File gid_File_Lib_MacOSXSpell TXT_FILE_BODY; Styles = (PACKED); Name = LIBNAME(MacOSXSpell); Dir = SCP2_OOO_BIN_DIR; End +#endif File gid_File_Lib_avmediaQuickTime TXT_FILE_BODY; |