forked from openlp/openlp
presentation review fix
This commit is contained in:
parent
a8df389ada
commit
1dcb3ef5e6
@ -93,7 +93,7 @@ class ImpressController(object):
|
|||||||
else:
|
else:
|
||||||
desktop = self.getUNODesktop()
|
desktop = self.getUNODesktop()
|
||||||
url = uno.systemPathToFileUrl(presentation)
|
url = uno.systemPathToFileUrl(presentation)
|
||||||
if desktop==None:
|
if desktop is None:
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
properties = []
|
properties = []
|
||||||
|
Loading…
Reference in New Issue
Block a user