From 506c929a0a209acd8ba3b1e3e94f089f51d01c16 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 30 Apr 2016 17:30:50 +0200 Subject: Fix typos Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0 Reviewed-on: https://gerrit.libreoffice.org/24536 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- wizards/com/sun/star/wizards/ui/AggregateComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java index af9c9cb7d2e3..09ca586af85a 100644 --- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java +++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java @@ -53,7 +53,7 @@ public class AggregateComponent extends ControlScroller private ArrayList ControlRowVector; private int lastHelpIndex; - /** Creates a new instance of AggrgateComponent */ + /** Creates a new instance of AggregateComponent */ public AggregateComponent(WizardDialog _CurUnoDialog, QueryMetaData _CurDBMetaData, int _iStep, int _iPosX, int _iPosY, int _iWidth, int _uitextfieldcount, int _firstHelpID) { super(_CurUnoDialog, _iStep, _iPosX + 10, _iPosY, _iWidth - 12, _uitextfieldcount, 18, _firstHelpID + 2); -- cgit