diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/letter/letter.component')
-rw-r--r-- | wizards/com/sun/star/wizards/letter/letter.component | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/letter/letter.component b/wizards/com/sun/star/wizards/letter/letter.component index eb6f968c391d..f7496d8297a2 100644 --- a/wizards/com/sun/star/wizards/letter/letter.component +++ b/wizards/com/sun/star/wizards/letter/letter.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.letter.CallWizard$WizardImplementation"> - <service name="com.sun.star.wizards.letter.CallWizard"/> + <implementation name="com.sun.star.wizards.letter.CallWizard"> + <service name="com.sun.star.task.Job"/> </implementation> </component> |