summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authornpower Developer <npower@openoffice.org>2010-03-22 16:36:18 +0000
committernpower Developer <npower@openoffice.org>2010-03-22 16:36:18 +0000
commit1e6396afa1556f43718784ae84e2992ea4fc6a24 (patch)
tree4fa5ced11a74907bedd21bb591125eeb60c06d3e /scp2
parent19c6c82576734fb8a8dee5d6c07b2aec7186e545 (diff)
fix library locations for libvbaswobj & libmsforms
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/source/ooo/file_library_ooo.scp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 9b0da10d5238..5937b561b8c4 100755
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -415,7 +415,7 @@ File gid_File_Lib_Vbaswobj
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(libvbaswobj,DLLPOSTFIX,.uno,UNXSUFFIX));
#else
@@ -427,7 +427,7 @@ File gid_File_Lib_Vbamsforms
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(libmsforms,DLLPOSTFIX,.uno,UNXSUFFIX));
#else