diff options
Diffstat (limited to 'hu_HU/Lightproof.py')
-rw-r--r-- | hu_HU/Lightproof.py | 4 |
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",),) + ()) |