summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/source/ooo/file_library_ooo.scp14
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 9e9d7e2f9cd5..cda0f3d363a5 100755
--- 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