From 0c24d3705bbd8664985d4c05090d3e6af144de38 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Fri, 28 Aug 2015 11:22:06 +0100 Subject: [PATCH] Fix traceback on windows in the OO/LO song importer. --- openlp/plugins/songs/lib/importers/openoffice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/importers/openoffice.py b/openlp/plugins/songs/lib/importers/openoffice.py index 98ceda6af..c4cc06e56 100644 --- a/openlp/plugins/songs/lib/importers/openoffice.py +++ b/openlp/plugins/songs/lib/importers/openoffice.py @@ -171,7 +171,7 @@ class OpenOfficeImport(SongImport): """ log.debug('create property OpenOffice') 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: property_object = PropertyValue() property_object.Name = name