This commit is contained in:
Tim Bentley 2009-09-18 16:40:36 +01:00
commit 05ea84fe1d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class ImpressController(object):
else:
desktop = self.getUNODesktop()
url = uno.systemPathToFileUrl(presentation)
if desktop==None:
if desktop is None:
return
try:
properties = []