Correction from == to is

bzr-revno: 549
This commit is contained in:
Tim Bentley 2009-09-18 16:38:49 +01:00
commit 4f378a609a
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 = []