diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-10 13:30:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-10 13:36:03 +0200 |
commit | cd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch) | |
tree | 199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /wizards | |
parent | 71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff) |
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'wizards')
4 files changed, 10 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/CallWizard.py b/wizards/com/sun/star/wizards/agenda/CallWizard.py index 9ca75f1a6b81..79811cf5300c 100644 --- a/wizards/com/sun/star/wizards/agenda/CallWizard.py +++ b/wizards/com/sun/star/wizards/agenda/CallWizard.py @@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper() g_ImplementationHelper.addImplementation( \ CallWizard, # UNO object class - "com.sun.star.wizards.agenda.CallWizard", # implemenation name - ("com.sun.star.task.Job",),) # list of implemented services - # (the only service) + "com.sun.star.wizards.agenda.CallWizard", # implementation name + ("com.sun.star.task.Job",),) # list of implemented services + # (the only service) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/wizards/com/sun/star/wizards/fax/CallWizard.py b/wizards/com/sun/star/wizards/fax/CallWizard.py index f9f07ff21ac8..e40138fc5678 100644 --- a/wizards/com/sun/star/wizards/fax/CallWizard.py +++ b/wizards/com/sun/star/wizards/fax/CallWizard.py @@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper() g_ImplementationHelper.addImplementation( \ CallWizard, # UNO object class - "com.sun.star.wizards.fax.CallWizard", # implemenation name - ("com.sun.star.task.Job",),) # list of implemented services - # (the only service) + "com.sun.star.wizards.fax.CallWizard", # implemtenation name + ("com.sun.star.task.Job",),) # list of implemented services + # (the only service) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/wizards/com/sun/star/wizards/letter/CallWizard.py b/wizards/com/sun/star/wizards/letter/CallWizard.py index 52b274e7de70..c09b8bb71925 100644 --- a/wizards/com/sun/star/wizards/letter/CallWizard.py +++ b/wizards/com/sun/star/wizards/letter/CallWizard.py @@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper() g_ImplementationHelper.addImplementation( \ CallWizard, # UNO object class - "com.sun.star.wizards.letter.CallWizard", # implemenation name - ("com.sun.star.task.Job",),) # list of implemented services - # (the only service) + "com.sun.star.wizards.letter.CallWizard", # implementation name + ("com.sun.star.task.Job",),) # list of implemented services + # (the only service) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/wizards/com/sun/star/wizards/web/CallWizard.py b/wizards/com/sun/star/wizards/web/CallWizard.py index 2f199f5516c5..cdaf00c9f2c2 100644 --- a/wizards/com/sun/star/wizards/web/CallWizard.py +++ b/wizards/com/sun/star/wizards/web/CallWizard.py @@ -57,7 +57,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper() g_ImplementationHelper.addImplementation( \ CallWizard, # UNO object class - "com.sun.star.wizards.web.CallWizard", # implemenation name + "com.sun.star.wizards.web.CallWizard", # implementation name ("com.sun.star.task.Job",),) # list of implemented services # (the only service) |