summaryrefslogtreecommitdiff
path: root/chart2/workbench
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:30:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:30:32 +0000
commitc359fedeb80e234cba30acd413b9bde33b649646 (patch)
tree0024f2b8b0382b808e0a433a72c089bf9903eb66 /chart2/workbench
parent2893086e92b801637745837edfee22d9627bb300 (diff)
INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED
2004/02/13 16:52:04 bm 1.5.4.1: join from changes on branch bm_post_chart01
Diffstat (limited to 'chart2/workbench')
-rw-r--r--chart2/workbench/officeintegration/install.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/workbench/officeintegration/install.pl b/chart2/workbench/officeintegration/install.pl
index 6556ccaed5d6..8ae93e3f9185 100644
--- a/chart2/workbench/officeintegration/install.pl
+++ b/chart2/workbench/officeintegration/install.pl
@@ -38,8 +38,6 @@ if( $OSNAME eq "MSWin32" ) {
$COPYCMD = "cp";
}
-print "$OSNAME\n";
-
# determine office path according to .sversionrc. Note: this only looks for a
# prefix 'StarOffice 8', such that 'StarOffice 8 dbg=...' is still found
# if no 'StarOffice 8' was found, 'OpenOffice.org 2' is searched for
@@ -146,6 +144,3 @@ foreach $res (@files)
symlink "$res", "$copied_res";
}
}
-
-print "installing filter...\n";
-print `$COPYCMD $PRJ_PATH${PATHSEP}workbench${PATHSEP}officeintegration${PATHSEP}TypeDetection.xcu $USER_PATH${PATHSEP}registry${PATHSEP}data${PATHSEP}org${PATHSEP}openoffice${PATHSEP}Office`;