fix syntactic error
This commit is contained in:
parent
c57fcf8d88
commit
0e7ac37f00
@ -225,10 +225,7 @@ class PropertySetHelper(object):
|
|||||||
def showProperties(self):
|
def showProperties(self):
|
||||||
sName = ""
|
sName = ""
|
||||||
if self.m_xPropertySet != None:
|
if self.m_xPropertySet != None:
|
||||||
XServiceInfo xServiceInfo = (XServiceInfo)
|
sName = self.m_xPropertySet.getImplementationName()
|
||||||
UnoRuntime.queryInterface(XServiceInfo.class, self.m_xPropertySet)
|
|
||||||
if xServiceInfo != None:
|
|
||||||
sName = xServiceInfo.getImplementationName()
|
|
||||||
|
|
||||||
xInfo = self.m_xPropertySet.getPropertySetInfo()
|
xInfo = self.m_xPropertySet.getPropertySetInfo()
|
||||||
aAllProperties = xInfo.getProperties()
|
aAllProperties = xInfo.getProperties()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user