summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/fax/fax.component
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-09-22 11:36:19 +0200
committerMichael Meeks <michael.meeks@suse.com>2011-12-05 20:53:19 +0000
commitadf772680c7cf0e3d6ae135cab49c847447b5bf1 (patch)
tree35bb986d762aa876db3ef19cc58ae2388c51a4d5 /wizards/com/sun/star/wizards/fax/fax.component
parente20b4fe7f98473bef13758070ab33b144c6930ff (diff)
Hello world (python) as a component
Diffstat (limited to 'wizards/com/sun/star/wizards/fax/fax.component')
-rw-r--r--wizards/com/sun/star/wizards/fax/fax.component6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/fax/fax.component b/wizards/com/sun/star/wizards/fax/fax.component
index 462fe2901255..a03d00afc5a6 100644
--- a/wizards/com/sun/star/wizards/fax/fax.component
+++ b/wizards/com/sun/star/wizards/fax/fax.component
@@ -26,10 +26,10 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.Java2"
+<component loader="com.sun.star.loader.Python"
xmlns="http://openoffice.org/2010/uno-components">
<implementation
- name="com.sun.star.wizards.fax.CallWizard$WizardImplementation">
- <service name="com.sun.star.wizards.fax.CallWizard"/>
+ name="com.sun.star.wizards.fax.CallWizard">
+ <service name="com.sun.star.task.Job"/>
</implementation>
</component>