[ooo-build-commit] patches/vba

Tor Lillqvist tml at kemper.freedesktop.org
Wed Sep 16 06:17:17 PDT 2009


 patches/vba/vba-word-support.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c2c9be9da50909e3cc39f5687f9be5c1c6cd9a1
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Sep 16 16:14:22 2009 +0300

    Use SCP2_OOO_BIN_DIR instead of gid_Dir_Program for vbahelper
    
    See http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=25574

diff --git a/patches/vba/vba-word-support.diff b/patches/vba/vba-word-support.diff
index e7b073a..68a0f00 100644
--- a/patches/vba/vba-word-support.diff
+++ b/patches/vba/vba-word-support.diff
@@ -13802,7 +13802,7 @@
 +    TXT_FILE_BODY;
 +    Styles = (PACKED);
 +    RegistryID = gid_Starregistry_Services_Rdb;
-+    Dir = gid_Dir_Program;
++    Dir = SCP2_OOO_BIN_DIR;
 +  #ifdef UNX
 +    Name = STRING(CONCAT3(libvbahelper,DLLPOSTFIX,UNXSUFFIX));
 +  #else


More information about the ooo-build-commit mailing list