summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--postprocess/Rdb_services.mk1
-rw-r--r--scp2/source/ooo/file_ooo.scp7
-rw-r--r--wizards/Module_wizards.mk1
-rw-r--r--wizards/com/sun/star/wizards/web/web.component7
4 files changed, 12 insertions, 4 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 20354468c416..375a7c493d54 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -173,6 +173,7 @@ $(eval $(call gb_Rdb_add_components,services,\
wizards/com/sun/star/wizards/fax/fax \
wizards/com/sun/star/wizards/letter/letter \
wizards/com/sun/star/wizards/agenda/agenda \
+ wizards/com/sun/star/wizards/web/web \
scripting/source/stringresource/stringresource \
scripting/source/vbaevents/vbaevents \
scripting/util/scriptframe \
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 0579cff29741..dffee3ec50e9 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -387,6 +387,13 @@ File gid_File_Wizards_Agenda
Name = "Pyuno/agenda.filelist";
End
+File gid_File_Wizards_Web
+ Dir = FILELIST_DIR;
+ TXT_FILE_BODY;
+ Styles = (FILELIST);
+ Name = "Pyuno/web.filelist";
+End
+
File gid_File_Pymailmerge
Dir = FILELIST_DIR;
TXT_FILE_BODY;
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>