mirror of
https://github.com/LibreOffice/dictionaries.git
synced 2025-08-06 10:23:07 +00:00
fdo#60139: Rename bundled extensions's Lightproof service implementation names
... from org.openoffice.comp.pyuno.Lightproof... to org.libreoffice.comp.pyuno.Lightproof... (and increment the corresponding extensions' version numbers) to avoid clashes with any freestanding Lightproof extension.
This commit is contained in:
@ -36,7 +36,7 @@ class LightproofOptionsEventHandler( unohelper.Base, XServiceInfo, XContainerWin
|
||||
p.Value = "/org.openoffice.Lightproof_%s/Leaves"%pkg
|
||||
self.xConfig = ctx.ServiceManager.createInstance( 'com.sun.star.configuration.ConfigurationProvider' )
|
||||
self.node = self.xConfig.createInstanceWithArguments( 'com.sun.star.configuration.ConfigurationUpdateAccess', (p, ) )
|
||||
self.service = "org.openoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg
|
||||
self.service = "org.libreoffice.comp.pyuno.LightproofOptionsEventHandler." + pkg
|
||||
self.ImplementationName = self.service
|
||||
self.services = (self.service, )
|
||||
|
||||
|
Reference in New Issue
Block a user