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, 3 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
index 5ce45963b124..c49f21784a1b 100644
--- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java
+++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java
@@ -198,6 +198,7 @@ public class AggregateComponent extends ControlScroller
return Count;
}
+ @Override
protected void insertControlGroup(int i, int ypos)
{
if (i == 0)
@@ -220,6 +221,7 @@ public class AggregateComponent extends ControlScroller
ControlRowVector.add(oControlRow);
}
+ @Override
protected void setControlGroupVisible(int _index, boolean _bIsVisible)
{
ControlRow oControlRow = ControlRowVector.get(_index);
@@ -434,6 +436,7 @@ public class AggregateComponent extends ControlScroller
CurUnoDialog.repaintDialogStep();
}
+ @Override
protected void initializeScrollFields()
{
ControlRow curControlRow;