diff options
author | Xisco Fauli <anistenis@gmail.com> | 2013-02-14 00:53:25 +0100 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2013-02-14 00:55:16 +0100 |
commit | 0e34f7e99a096dc5d78931d0f1275d1ead32a711 (patch) | |
tree | 5d0f86f87899d603e6beea2b224443e5c7d4c825 /wizards/com/sun | |
parent | d984860ea022c4e2256947d745b29458ae5e591c (diff) |
pyagenda: Register and Pack python agenda wizard
Change-Id: I3fc2b0f4e014d358d416c230b0450dcbe5d76363
Diffstat (limited to 'wizards/com/sun')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/agenda.component | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/agenda.component b/wizards/com/sun/star/wizards/agenda/agenda.component index 1e19172727e9..5778ae32fe06 100644 --- a/wizards/com/sun/star/wizards/agenda/agenda.component +++ b/wizards/com/sun/star/wizards/agenda/agenda.component @@ -16,11 +16,9 @@ * except in compliance with the License. You may obtain a copy of * 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.agenda.CallWizard$WizardImplementation"> - <service name="com.sun.star.wizards.agenda.CallWizard"/> + <implementation name="com.sun.star.wizards.agenda.CallWizard"> + <service name="com.sun.star.task.Job"/> </implementation> </component> |