summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-30 17:30:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-01 09:51:41 +0000
commit506c929a0a209acd8ba3b1e3e94f089f51d01c16 (patch)
treed9d706d1c4ebbbc7fb485997921f1f4bd4777e1a /wizards
parentb0388ef109a70c51566153a1456c52276ac84906 (diff)
Fix typos
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0 Reviewed-on: https://gerrit.libreoffice.org/24536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/AggregateComponent.java2
1 files changed, 1 insertions, 1 deletions
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<ControlRow> 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);