summaryrefslogtreecommitdiff
path: root/chart2/workbench
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-12-08 14:46:28 +0000
committerBjörn Milcke <bm@openoffice.org>2003-12-08 14:46:28 +0000
commitc9a02e3d93f499958ab690630122f5300116463c (patch)
tree264bce3781f7f5a18544cf8f8cf27ab5216bd4f2 /chart2/workbench
parentc420389d39feefab90c16b6fb63dae0d01bf9357 (diff)
+regression, DataCaption=>DataPointLabel
Diffstat (limited to 'chart2/workbench')
-rw-r--r--chart2/workbench/officeintegration/install.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/workbench/officeintegration/install.pl b/chart2/workbench/officeintegration/install.pl
index 7daccaa28619..6556ccaed5d6 100644
--- a/chart2/workbench/officeintegration/install.pl
+++ b/chart2/workbench/officeintegration/install.pl
@@ -74,6 +74,8 @@ while( <SVERSION> )
}
close SVERSION;
+$USER_PATH = "$OFF_PATH${PATHSEP}user";
+
# ================================================================================
print "Chart2 project is in <$PRJ_PATH>\n";
@@ -146,4 +148,4 @@ foreach $res (@files)
}
print "installing filter...\n";
-print `$COPYCMD $PRJ_PATH${PATHSEP}workbench${PATHSEP}officeintegration${PATHSEP}TypeDetection.xcu $OFF_PATH${PATHSEP}user${PATHSEP}registry${PATHSEP}data${PATHSEP}org${PATHSEP}openoffice${PATHSEP}Office`;
+print `$COPYCMD $PRJ_PATH${PATHSEP}workbench${PATHSEP}officeintegration${PATHSEP}TypeDetection.xcu $USER_PATH${PATHSEP}registry${PATHSEP}data${PATHSEP}org${PATHSEP}openoffice${PATHSEP}Office`;