diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/TaskEvent.py')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/event/TaskEvent.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/TaskEvent.py b/wizards/com/sun/star/wizards/ui/event/TaskEvent.py index 291a18963555..69eaec8cf320 100644 --- a/wizards/com/sun/star/wizards/ui/event/TaskEvent.py +++ b/wizards/com/sun/star/wizards/ui/event/TaskEvent.py @@ -14,9 +14,7 @@ # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . -from com.sun.star.document import EventObject -#class TaskEvent(EventObject): class TaskEvent: TASK_STARTED = 1 |