summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:53:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:53:49 +0000
commit359f9b802e12fbfa04f468acff5c8e4447b64dd2 (patch)
tree0dc63c9d0e2ec0c472e5a0c958cdd86974b578c4 /scp2/source/python
parentc09e2ed9aa62d5c86dd12d22782143e1d4ce1bed (diff)
INTEGRATION: CWS pyunofixes1 (1.5.14); FILE MERGED
2005/01/16 21:26:11 jbu 1.5.14.2: RESYNC: (1.5-1.7); FILE MERGED 2004/12/12 19:26:38 jbu 1.5.14.1: #i25309# removed the obsolete native pythonscript component, added flag for uno-component for pythonscript.py file
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/file_python.scp21
1 files changed, 4 insertions, 17 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 4b1b014c399a..6d83c95ed575 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -2,9 +2,9 @@
*
* $RCSfile: file_python.scp,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2005-01-25 13:00:46 $
+ * last change: $Author: hr $ $Date: 2005-02-11 16:53:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,20 +114,6 @@ File gid_File_Py_Python_Core
End
#endif
-// Items for Python Scripting Framework Runtime
-// Scripting Framework ScriptProvider for Python
-
-File gid_File_Py_Scriptprovider
- TXT_FILE_BODY;
- Dir = gid_Dir_Program;
- #ifdef UNX
- Name = STRING(CONCAT5(pyprov,OFFICEUPD,DLLSUFFIX,.uno,UNXSUFFIX));
- #else
- Name = STRING(CONCAT5(pyprov,OFFICEUPD,DLLSUFFIX,.uno,.dll));
- #endif
- RegistryID = gid_Starregistry_Services_Rdb;
- Styles = (PACKED,UNO_COMPONENT);
-End
// substitute for the python Windows basic scripts
@@ -148,7 +134,8 @@ File gid_File_Py_Pythonscript
TXT_FILE_BODY;
Dir = gid_Dir_Program;
Name = "pythonscript.py";
- Styles = (PACKED);
+ RegistryID = gid_Starregistry_Services_Rdb;
+ Styles = (PACKED,UNO_COMPONENT);
End
//Scripting Framework Python example scripts