From acf0ae3fdec65df75f4983d2b943582f9ab99fa2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 29 Apr 2013 17:01:07 +0200 Subject: Fix passiv'ization of Lightproof.py UNO components ...and some light clean up. Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320 --- hu_HU/Lightproof.components | 18 ++++++++++++++++++ hu_HU/Lightproof.py | 4 ++-- hu_HU/META-INF/manifest.xml | 4 ++-- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 hu_HU/Lightproof.components (limited to 'hu_HU') diff --git a/hu_HU/Lightproof.components b/hu_HU/Lightproof.components new file mode 100644 index 0000000..7af6868 --- /dev/null +++ b/hu_HU/Lightproof.components @@ -0,0 +1,18 @@ + + + + + + + + + + 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",),) + ()) diff --git a/hu_HU/META-INF/manifest.xml b/hu_HU/META-INF/manifest.xml index a9ff14b..87487ed 100644 --- a/hu_HU/META-INF/manifest.xml +++ b/hu_HU/META-INF/manifest.xml @@ -7,8 +7,8 @@ manifest:media-type="application/vnd.sun.star.configuration-schema" /> - + -- cgit