Kaydet (Commit) 431b49fb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No serviceNames attribute in Loader

Change-Id: I6cc001d18683fc412f0ec0b6a33054d6e745463f
üst 00808a7b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment