summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/AggregateComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/AggregateComponent.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/AggregateComponent.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
index 0f1010bc4012..97844cca8967 100644
--- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java
+++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
@@ -351,9 +351,6 @@ public class AggregateComponent extends ControlScroller
for (int i = _index; i < ControlRowVector.size(); i++)
{
ControlRow oControlRow = ControlRowVector.get(i);
-// if (i == _index)
-// oControlRow.settovoid();
-// else
oControlRow.setVisible(false);
}
}