summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-07-31 15:00:41 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-18 02:57:44 +0200
commit927ba7df4028bda0f1b38698d9f85e2ca7124850 (patch)
tree4047bffa8e54dd0ca32fbc635ec9a9921a5efbc3 /wizards/com/sun/star/wizards/ui
parent85a72b6eefa97748f7364982fa9e88cf029f4f26 (diff)
Write the agendaitems in the proper table
Diffstat (limited to 'wizards/com/sun/star/wizards/ui')
-rw-r--r--wizards/com/sun/star/wizards/ui/ControlScroller.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ControlScroller.py b/wizards/com/sun/star/wizards/ui/ControlScroller.py
index ad3406e0a234..16a34c597d64 100644
--- a/wizards/com/sun/star/wizards/ui/ControlScroller.py
+++ b/wizards/com/sun/star/wizards/ui/ControlScroller.py
@@ -224,6 +224,7 @@ class ControlScroller(object):
else:
return None
+ @classmethod
def unregisterControlGroup(self, _index):
del ControlScroller.scrollfields[_index]