No serviceNames attribute in Loader
Change-Id: I6cc001d18683fc412f0ec0b6a33054d6e745463f
This commit is contained in:
parent
00808a7b37
commit
431b49fbec
@ -157,7 +157,7 @@ class Loader( XImplementationLoader, XServiceInfo, unohelper.Base ):
|
||||
return g_implementationName
|
||||
|
||||
def supportsService( self, ServiceName ):
|
||||
return ServiceName in self.serviceNames
|
||||
return ServiceName in self.getSupportedServiceNames()
|
||||
|
||||
def getSupportedServiceNames( self ):
|
||||
return g_supportedServices
|
||||
|
Loading…
x
Reference in New Issue
Block a user