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: 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 = []