summaryrefslogtreecommitdiff
path: root/en/Lightproof.py
diff options
context:
space:
mode:
Diffstat (limited to 'en/Lightproof.py')
-rw-r--r--en/Lightproof.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/Lightproof.py b/en/Lightproof.py
index dae4b20..e2974fd 100644
--- a/en/Lightproof.py
+++ b/en/Lightproof.py
@@ -148,8 +148,8 @@ class Lightproof( unohelper.Base, XProofreader, XServiceInfo, XServiceName, XSer
g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( Lightproof, \
"org.libreoffice.comp.pyuno.Lightproof." + pkg,
- ("com.sun.star.linguistic2.Proofreader",),)
+ ("com.sun.star.linguistic2.Proofreader",))
g_ImplementationHelper.addImplementation( lightproof_handler_en.LightproofOptionsEventHandler, \
"org.libreoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg,
- ("com.sun.star.awt.XContainerWindowEventHandler",),)
+ ())