summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-03-06 10:04:59 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-05-08 09:36:42 +0000
commite07a65f92d788b702e687d8886ed5a78081f1b46 (patch)
treee12f4f236793feec0e2b98d37d51261b70b829b1 /wizards
parent5069ab9f4715fc4ed21194b31e3c5d04f309fc5b (diff)
PyWebWizard: Pack and register the Web wizard.
Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5
Diffstat (limited to 'wizards')
-rw-r--r--wizards/Module_wizards.mk1
-rw-r--r--wizards/com/sun/star/wizards/web/web.component7
2 files changed, 4 insertions, 4 deletions
diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk
index 2d6e36f7b5e2..5d6c5941feb9 100644
--- a/wizards/Module_wizards.mk
+++ b/wizards/Module_wizards.mk
@@ -48,6 +48,7 @@ $(eval $(call gb_Module_add_targets,wizards,\
Pyuno_fax \
Pyuno_letter \
Pyuno_agenda \
+ Pyuno_web \
Pyuno_commonwizards \
))
diff --git a/wizards/com/sun/star/wizards/web/web.component b/wizards/com/sun/star/wizards/web/web.component
index 27bde3a52a7e..64e325fa6e3b 100644
--- a/wizards/com/sun/star/wizards/web/web.component
+++ b/wizards/com/sun/star/wizards/web/web.component
@@ -17,10 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<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.web.CallWizard$WizardImplementation">
- <service name="com.sun.star.wizards.web.CallWizard"/>
+ <implementation name="com.sun.star.wizards.web.CallWizard">
+ <service name="com.sun.star.task.Job"/>
</implementation>
</component>