diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:18:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-19 13:54:05 +0200 |
commit | c9e31a8de05b5ba4b21849a22d7809ab0768aefb (patch) | |
tree | 5665fc165c685df3f51f698f91b497244762cc1b /toolkit | |
parent | b073bbdacf694fd6a0ecc1e107b6b05af2b8ac9d (diff) |
Fix typos
Change-Id: I2aa5448869bf60e9c8d9b1ebabd0d0932d28f3a1
Reviewed-on: https://gerrit.libreoffice.org/57606
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/unowrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index c389d04ed8fa..b38ceeded3ab 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -275,7 +275,7 @@ void UnoWrapper::WindowDestroyed( vcl::Window* pWindow ) xWindowPeerComp->dispose(); // #102132# Iterate over frames after setting Window peer to NULL, - // because while destroying other frames, we get get into the method again and try + // because while destroying other frames, we get into the method again and try // to destroy this window again... // #i42462#/#116855# no, don't loop: Instead, just ensure that all our top-window-children // are disposed, too (which should also be a valid fix for #102132#, but doesn't have the extreme |