summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/layout.cxx')
-rw-r--r--basctl/source/basicide/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx
index e9b1356c107e..032334040750 100644
--- a/basctl/source/basicide/layout.cxx
+++ b/basctl/source/basicide/layout.cxx
@@ -274,7 +274,7 @@ void Layout::SplittedSide::ArrangeIn (Rectangle const& rRect)
// the length of the side
long const nLength = bVertical ? aRect.GetSize().Height() : aRect.GetSize().Width();
long const nOtherSize = bVertical ? aRect.GetSize().Width() : aRect.GetSize().Height();
- // bVertical ? horizontal pozition : vertical pozition
+ // bVertical ? horizontal position : vertical position
long const nPos1 = (bVertical ? aRect.Left() : aRect.Top()) +
(bLower ? 0 : nOtherSize - (nSize - nSplitThickness));
// bVertical ? vertical position : horizontal position