forked from openlp/openlp
Fix traceback on windows in the OO/LO song importer.
This commit is contained in:
parent
585c319c8b
commit
0c24d3705b
@ -171,7 +171,7 @@ class OpenOfficeImport(SongImport):
|
|||||||
"""
|
"""
|
||||||
log.debug('create property OpenOffice')
|
log.debug('create property OpenOffice')
|
||||||
if is_win():
|
if is_win():
|
||||||
property_object = self.controller.manager.Bridge_GetStruct('com.sun.star.beans.PropertyValue')
|
property_object = self.ooo_manager.Bridge_GetStruct('com.sun.star.beans.PropertyValue')
|
||||||
else:
|
else:
|
||||||
property_object = PropertyValue()
|
property_object = PropertyValue()
|
||||||
property_object.Name = name
|
property_object.Name = name
|
||||||
|
Loading…
Reference in New Issue
Block a user