diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda/CGTopic.py')
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/CGTopic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/CGTopic.py b/wizards/com/sun/star/wizards/agenda/CGTopic.py index 240ad0ed4b5b..c09436308f03 100644 --- a/wizards/com/sun/star/wizards/agenda/CGTopic.py +++ b/wizards/com/sun/star/wizards/agenda/CGTopic.py @@ -41,7 +41,6 @@ class CGTopic(ConfigGroup): self.cp_Responsible = str() self.cp_Time = str() else: - num = row[0].Value self.cp_Index = int(row[0].Value[:-1]) self.cp_Topic = row[1].Value self.cp_Responsible = row[2].Value |