aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp')
-rw-r--r--editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp
deleted file mode 100644
index daba6e99866f..000000000000
--- a/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: scp/source/office/unxbasic.scp
-===================================================================
-RCS file: /cvs/installation/scp/source/office/Attic/unxbasic.scp,v
-retrieving revision 1.49.8.9
-diff -u -r1.49.8.9 unxbasic.scp
---- scp/source/office/unxbasic.scp 27 Aug 2004 11:43:50 -0000 1.49.8.9
-+++ scp/source/office/unxbasic.scp 15 Jan 2005 10:22:08 -0000
-@@ -924,12 +924,6 @@
- Dim sofficeFile As String
- Dim linkName As String
-
-- sofficeFile = DirEntry(GetSetupEnv.DestPath, "program", "soffice")
--
-- linkName = "/usr/bin/soffice"
--
-- shell("/bin/sh -c " & "'ln -s " & chr(34) & sofficeFile & chr(34) & " " & linkName & " >/dev/null 2>&1'")
--
- End Sub
-
- };