summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-23 20:06:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-23 20:08:36 +0100
commit41c99ab6308029c6eaae589efd4386e52ccb67e9 (patch)
tree7536fd79aa28b926414dea0b1af06d61d8cb0d6c /vcl
parent603c8845728cb96908388ab26db934735825bf10 (diff)
Typos
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/legacyaccessibility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx
index 9d01dd56d856..aa0cf67ad3f3 100644
--- a/vcl/source/window/legacyaccessibility.cxx
+++ b/vcl/source/window/legacyaccessibility.cxx
@@ -46,7 +46,7 @@ static vcl::Window* ImplGetLabelFor( vcl::Window* pFrameWindow, WindowType nMyTy
nMyType == WINDOW_FIXEDLINE ||
nMyType == WINDOW_GROUPBOX )
{
- // #i100833# MT 2010/02: Group box and fixed lines can also lable a fixed text.
+ // #i100833# MT 2010/02: Group box and fixed lines can also label a fixed text.
// See tools/options/print for example.
bool bThisIsAGroupControl = (nMyType == WINDOW_GROUPBOX) || (nMyType == WINDOW_FIXEDLINE);
// get index, form start and form end
@@ -201,7 +201,7 @@ Window* Window::getLegacyNonLayoutAccessibleRelationLabeledBy() const
// if( ! ( GetType() == WINDOW_FIXEDTEXT ||
// GetType() == WINDOW_FIXEDLINE ||
// GetType() == WINDOW_GROUPBOX ) )
- // #i100833# MT 2010/02: Group box and fixed lines can also lable a fixed text.
+ // #i100833# MT 2010/02: Group box and fixed lines can also label a fixed text.
// See tools/options/print for example.
pWindow = ImplGetLabeledBy( pFrameWindow, GetType(), const_cast<Window*>(this) );