[ooo-build-commit] Branch 'ooo-build-3-2' - patches/vba
Noel Power
noelp at kemper.freedesktop.org
Thu Jan 14 06:07:09 PST 2010
patches/vba/vba-fix-scp2-librarylocation.diff | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 88a5a7c668cc798bb3560f64517fcab60fe1a52a
Author: Noel Power <noel.power at novell.com>
Date: Thu Jan 14 14:07:00 2010 +0000
add missing vbaevents library
* patches/vba/vba-fix-scp2-librarylocation.diff:
diff --git a/patches/vba/vba-fix-scp2-librarylocation.diff b/patches/vba/vba-fix-scp2-librarylocation.diff
index 51389f5..58a1657 100644
--- a/patches/vba/vba-fix-scp2-librarylocation.diff
+++ b/patches/vba/vba-fix-scp2-librarylocation.diff
@@ -1,7 +1,16 @@
diff --git scp2/source/ooo/file_library_ooo.scp scp2/source/ooo/file_library_ooo.scp
-index 2043c1b..cae8507 100644
+index 2043c1b..9ed1d32 100644
--- scp2/source/ooo/file_library_ooo.scp
+++ scp2/source/ooo/file_library_ooo.scp
+@@ -75,7 +75,7 @@ File gid_File_Lib_Vbaevent
+ TXT_FILE_BODY;
+ Styles = (PACKED,UNO_COMPONENT);
+ RegistryID = gid_Starregistry_Services_Rdb;
+- Dir = gid_Dir_Program;
++ Dir = SCP2_OOO_BIN_DIR;
+ #ifdef UNX
+ Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,UNXSUFFIX));
+ #else
@@ -426,7 +426,7 @@ File gid_File_Lib_Vbaswobj
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);
More information about the ooo-build-commit
mailing list