summaryrefslogtreecommitdiff
path: root/hu_HU/Lightproof.py
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-29 17:01:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-29 17:01:07 +0200
commitacf0ae3fdec65df75f4983d2b943582f9ab99fa2 (patch)
tree48073587b6a926a8f163d84d1be44e72237e259b /hu_HU/Lightproof.py
parent36a0d3a959604b5c5af4adb17ca10a1d85542846 (diff)
Fix passiv'ization of Lightproof.py UNO components
...and some light clean up. Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320
Diffstat (limited to 'hu_HU/Lightproof.py')
-rw-r--r--hu_HU/Lightproof.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hu_HU/Lightproof.py b/hu_HU/Lightproof.py
index 45368ee..74af535 100644
--- a/hu_HU/Lightproof.py
+++ b/hu_HU/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_hu_HU.LightproofOptionsEventHandler, \
"org.libreoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg,
- ("com.sun.star.awt.XContainerWindowEventHandler",),)
+ ())