diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 16:40:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-19 08:34:08 +0100 |
commit | f4dc137734a7e0aaefdc854acd124cc2dbba72ec (patch) | |
tree | 6e993a51a3dbfac05a9557aa8939a5a6d956e740 /vcl/win/gdi | |
parent | 2f049ebdb343eeb377720e27463c1975a83a1985 (diff) |
Fix typos
Change-Id: I6d51e4eb4a49a30193b904b2c7d62df1e16ea3d9
Reviewed-on: https://gerrit.libreoffice.org/63475
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/win/gdi')
-rw-r--r-- | vcl/win/gdi/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx index 1ba590cc803e..e09745ae505e 100644 --- a/vcl/win/gdi/gdiimpl.cxx +++ b/vcl/win/gdi/gdiimpl.cxx @@ -449,7 +449,7 @@ void WinSalGraphicsImpl::copyArea( long nDestX, long nDestY, } while ( GetWindowStyle( hWndTopWindow ) & WS_CHILD ); - // If one or more Parents clip our window, than we must + // If one or more Parents clip our window, then we must // calculate the outside area if ( !EqualRect( &aSrcRect, &aTempRect3 ) ) { |