summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:31:29 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 13:03:21 +0000
commit4c45268adf61a460e6c89f4536fd0ec37775676d (patch)
treee655030e4f8a42bf20851d17c99697d92d173169 /vcl/win
parentf7eb8ae9d9cce3e493105da98cc4ace9c56a3062 (diff)
Fix typos
Change-Id: I623135cd4c76dd6569f4ee521f97dee41de4cb1e Reviewed-on: https://gerrit.libreoffice.org/35660 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/gdi/gdiimpl.hxx2
-rw-r--r--vcl/win/window/salframe.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/gdi/gdiimpl.hxx b/vcl/win/gdi/gdiimpl.hxx
index e6a48a1e248c..962ce09fabc9 100644
--- a/vcl/win/gdi/gdiimpl.hxx
+++ b/vcl/win/gdi/gdiimpl.hxx
@@ -37,7 +37,7 @@ private:
HPEN mhPen; // Pen
bool mbStockPen : 1; // is Pen a stockpen
bool mbBrush : 1; // is Brush (FALSE == NULL_BRUSH)
- bool mbStockBrush : 1; // is Brush a stcokbrush
+ bool mbStockBrush : 1; // is Brush a stockbrush
HBRUSH mhBrush; // Brush
COLORREF mnPenColor; // PenColor
COLORREF mnBrushColor; // BrushColor
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 291f3eeb3a1c..b0347461a2a2 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -1187,7 +1187,7 @@ static void ImplSalShow( HWND hWnd, bool bVisible, bool bNoActivate )
pFrame->mbInShow = FALSE;
pFrame->updateScreenNumber();
- // Direct Paint only, if we get the SolarMutx
+ // Direct Paint only, if we get the SolarMutex
if ( ImplSalYieldMutexTryToAcquire() )
{
UpdateWindow( hWnd );
@@ -3709,7 +3709,7 @@ static bool ImplHandlePaintMsg( HWND hWnd )
if ( GetUpdateRect( hWnd, nullptr, FALSE ) )
{
// Call BeginPaint/EndPaint to query the rect and send
- // this Notofication to rect
+ // this Notification to rect
RECT aUpdateRect;
PAINTSTRUCT aPs;
BeginPaint( hWnd, &aPs );