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 /uui | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/passwordcontainer.hxx | 2 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx index af9fdb16dd9b..03bdc56aacdb 100644 --- a/uui/source/passwordcontainer.hxx +++ b/uui/source/passwordcontainer.hxx @@ -62,7 +62,7 @@ public: (XInteractionSupplyAuthentication) is filled with the credentials found in the password container. - Please note the the continuation gets not "selected" by this + Please note the continuation gets not "selected" by this implementation. "Selecting" the continuation is up to the caller (e.g. an implementation of XInteractionHandler::handle) of this function. diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 44605e278f1a..988808e33ee4 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -240,7 +240,7 @@ void MacroWarning::InitControls() Point aNewPos = maViewSignsBtn.GetPosPixel(); aNewPos.X() -= nDelta; maViewSignsBtn.SetPosPixel( aNewPos ); - // the the left fixedtext must be smaller + // the left fixedtext must be smaller aNewSize = maSignsFI.GetSizePixel(); aNewSize.Width() -= nDelta; maSignsFI.SetSizePixel( aNewSize ); |