diff options
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index f9c247bd6157..b2eb2f91ccee 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -70,6 +70,20 @@ File gid_File_Lib_Basprov #endif End +#ifdef ENABLE_VBA +File gid_File_Lib_Vbaevent + TXT_FILE_BODY; + Styles = (PACKED,UNO_COMPONENT); + RegistryID = gid_Starregistry_Services_Rdb; + Dir = SCP2_OOO_BIN_DIR; + #ifdef UNX + Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,UNXSUFFIX)); + #else + Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,.dll)); + #endif +End +#endif // ENABLE_VBA + STD_UNO_LIB_FILE( gid_File_Lib_Bib , bib) File gid_File_Lib_Cached1 |