diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /toolkit | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/accessiblecontrolcontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx index 0513d67a7982..2edc94a49d6f 100644 --- a/toolkit/source/controls/accessiblecontrolcontext.cxx +++ b/toolkit/source/controls/accessiblecontrolcontext.cxx @@ -254,7 +254,7 @@ namespace toolkit // * the PosSize of our peer, relative to it's parent window // * the parent window which the PosSize is relative to // * our foreign controlled accessible parent - // from this info, we can determine the the position of our peer relative to the foreign parent + // from this info, we can determine the position of our peer relative to the foreign parent // our control Reference< awt::XWindow > xWindow; |