File
"/usr/lib/python2.4/site-packages/unohelper.py",
line 276, in
supportsService
NameError: global name 'serviceNames' is not defined
Diff output against my new version:
276c276
< return ServiceName in serviceNames
---
> return ServiceName in self.serviceNames
class ImplementationHelper
line 153:
def getComponentFactory( self, implementationName , regKey,
smgr ):
last two arguments are obsolete (unused).
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe udk.openoffice.org
For additional commands, e-mail: dev-help udk.openoffice.org
|