diff options
author | David Tardon <dtardon@redhat.com> | 2010-10-29 17:55:38 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-06 07:11:12 +0100 |
commit | 03218dbc3aa0a249961f56fdde14eb2dda73486d (patch) | |
tree | bee73038dd73fec584a66fbae2fdc50cf87b667a /scp2/source/python | |
parent | 29e7e9c4dcedd6a857f2c147497603fd9b91a761 (diff) |
transform script providers into extensions
Diffstat (limited to 'scp2/source/python')
-rw-r--r-- | scp2/source/python/file_python.scp | 12 | ||||
-rw-r--r-- | scp2/source/python/module_python.scp | 2 |
2 files changed, 1 insertions, 13 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index e58687658ac7..0876b530d2bc 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -104,18 +104,6 @@ End #endif #endif -// Scripting Framework Python script proxy - -#ifndef AIX -File gid_File_Py_Pythonscript - TXT_FILE_BODY; - Dir = gid_Dir_Program; - Name = "pythonscript.py"; - RegistryID = gid_Starregistry_Services_Rdb; - Styles = (PACKED,UNO_COMPONENT); -End -#endif - //Scripting Framework Python example scripts File gid_File_Scripts_Python diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index 3abeec2e3142..d32f6f6c9dbe 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -32,7 +32,7 @@ Module gid_Module_Optional_Pyuno MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON ); ParentID = gid_Module_Optional; Sortkey = "750"; - Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So, gid_File_Lib_Python_So_Brand, gid_File_Py_Scriptprovider,gid_File_Py_Pythonscript,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd); + Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So, gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd); Minimal = NO; Default = YES; Styles = ( ); |