diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-02-04 16:22:08 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-02-04 16:22:08 +0100 |
commit | e58c2ab55a94d5e8d7c24e115e0c6f0b4193e4ea (patch) | |
tree | 7f6b823ada331317cccaa0bf28999e5a5c10d672 | |
parent | e2e36ab1cfcfb9b6ebe01181807c2255d03ad818 (diff) | |
parent | 51005c68977699d6fa10505d0acbe4d2531227d9 (diff) |
CWS-TOOLING: integrate CWS ab71
-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 |