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 | |
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')
-rw-r--r-- | vcl/win/gdi/gdiimpl.cxx | 2 | ||||
-rw-r--r-- | vcl/win/window/salframe.cxx | 4 |
2 files changed, 3 insertions, 3 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 ) ) { diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 9a81a865189b..e34600285c22 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -1342,7 +1342,7 @@ void WinSalFrame::SetPosSize( long nX, long nY, long nWidth, long nHeight, // Search for TopLevel Frame while ( hWndParent && (GetWindowStyle( hWndParent ) & WS_CHILD) ) hWndParent = ::GetParent( hWndParent ); - // if the Window has a Parent, than center the window to + // if the Window has a Parent, then center the window to // the parent, in the other case to the screen if ( hWndParent && !IsIconic( hWndParent ) && (GetWindowStyle( hWndParent ) & WS_VISIBLE) ) @@ -3556,7 +3556,7 @@ static bool ImplHandleKeyMsg( HWND hWnd, UINT nMsg, bIgnoreCharMsg = false; - // char-message, than remove or ignore + // char-message, then remove or ignore if ( bCharPeek ) { nDeadChar = 0; |