diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 22a19a373a7c..037794040915 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -186,6 +186,8 @@ End #endif +#ifndef WNT + File gid_File_Lib_Cmis TXT_FILE_BODY; Styles = (PACKED); @@ -205,6 +207,8 @@ File gid_File_Lib_Cmis #endif End +#endif + #ifndef SYSTEM_DB File gid_File_Lib_Db @@ -1352,7 +1356,9 @@ SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno) SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpodma1, ucpodma1) #endif +#ifndef WNT SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpcmis, ucpcmis1.uno) +#endif File gid_File_Lib_Lnth TXT_FILE_BODY; |