Typo
svn: r1714
This commit is contained in:
parent
3828d35f6b
commit
7038679ab5
@ -253,7 +253,7 @@ class OpenOfficeDoc(TextDoc.TextDoc):
|
|||||||
act_width = x_cm/ratio
|
act_width = x_cm/ratio
|
||||||
|
|
||||||
photo_list_item = (name,act_width,act_height)
|
photo_list_item = (name,act_width,act_height)
|
||||||
if not photo_list_item in photo_list:
|
if not photo_list_item in self.photo_list:
|
||||||
self.photo_list.append(photo_list_item)
|
self.photo_list.append(photo_list_item)
|
||||||
|
|
||||||
base = os.path.basename(name)
|
base = os.path.basename(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user