summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-09 11:54:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-09 11:54:01 +0000
commita7cd2340f7c96ae952a201d2dad9ad78035a0bff (patch)
tree5252950af167ceeabfb652196e8d5ea37beb9653 /scp2
parentc8b327827b92ff89c7b738e9978a52b13f00700f (diff)
INTEGRATION: CWS sb87 (1.18.16); FILE MERGED
2008/05/19 14:19:34 jsc 1.18.16.2: #i88211# remove pythonmsi.dll, custom setup action 2008/05/09 15:09:40 sb 1.18.16.1: #i88211# python start wrapper moved to brand layer
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/python/file_python.scp24
1 files changed, 1 insertions, 23 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 95c186210002..9fc08bfde025 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: file_python.scp,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -99,19 +99,6 @@ End
#endif
#endif
-// substitute for the python Windows basic scripts
-
-#ifdef WNT
-
-File gid_File_Pythonmsi_Dll
- TXT_FILE_BODY;
- Dir = gid_Dir_Program;
- Name = "pythonmsi.dll";
- Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
-End
-
-#endif
-
// Scripting Framework Python script proxy
File gid_File_Py_Pythonscript
@@ -159,14 +146,5 @@ File gid_File_Pyuno
Styles = (PACKED);
End
-#ifndef SYSTEM_PYTHON
-File gid_File_Python_Sh
- BIN_FILE_BODY;
- Name = "python.sh";
- Dir = gid_Dir_Program;
- Styles = (PACKED);
-End
-#endif
-
#endif