summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star')
-rw-r--r--wizards/com/sun/star/wizards/agenda/TopicsControl.py2
-rw-r--r--wizards/com/sun/star/wizards/form/FormControlArranger.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 68b157020619..6989f1b74ddd 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -555,7 +555,7 @@ class TopicsControl(ControlScroller):
lowerRow = self.ControlGroupVector[guiRow]
else:
# if we scrolled we are done...
- #otherwise..
+ #otherwise...
lowerRow = self.ControlGroupVector[guiRow + 1]
self.focus(self.getControl(lowerRow, control))
diff --git a/wizards/com/sun/star/wizards/form/FormControlArranger.java b/wizards/com/sun/star/wizards/form/FormControlArranger.java
index a1eacc71366d..93becab45604 100644
--- a/wizards/com/sun/star/wizards/form/FormControlArranger.java
+++ b/wizards/com/sun/star/wizards/form/FormControlArranger.java
@@ -174,7 +174,7 @@ public class FormControlArranger
int nRightDist = nBaseWidth - (DBControlList[a].getPosition().X - cHoriDistance);
if (nLeftDist < 0.5 * nRightDist)
{
- // Fieldwidths in the line can be made smaller..
+ // Fieldwidths in the line can be made smaller...
adjustLineWidth(StartA, a, nLeftDist, -1);
m_currentLabelPosY = m_currentMaxRowHeight + cVertDistance;
m_currentControlPosY = m_currentLabelPosY + m_LabelHeight;