From d955148381be3496b091fab7c2335d080634d376 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian (cherry picked from commit 64d624b65124ac02d8ee59b135593fd9d8eb9067) Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 --- vcl/source/window/dockmgr.cxx | 2 +- vcl/source/window/splitwin.cxx | 2 +- vcl/source/window/status.cxx | 2 +- vcl/source/window/syschild.cxx | 2 +- vcl/source/window/winproc.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl/source/window') diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx index 20950c6f23e6..c4ca45b33ae7 100644 --- a/vcl/source/window/dockmgr.cxx +++ b/vcl/source/window/dockmgr.cxx @@ -532,7 +532,7 @@ css::uno::Reference< css::accessibility::XAccessible > ImplPopupFloatWin::Create // this is to avoid appearance of this window as standalone window in the accessibility hierarchy // as this window is only used as a helper for subtoolbars that are not teared-off, the parent toolbar // has to provide accessibility support (as implemented in the toolkit) - // so the contained toolbar should appear as child of the correponsing toolbar item of the parent toolbar + // so the contained toolbar should appear as child of the corresponding toolbar item of the parent toolbar return css::uno::Reference< css::accessibility::XAccessible >(); } diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx index 46ba15e5ef63..9d6ac777df9a 100644 --- a/vcl/source/window/splitwin.cxx +++ b/vcl/source/window/splitwin.cxx @@ -603,7 +603,7 @@ static void ImplCalcSet( ImplSplitSet* pSet, nMins = 0; while ( nSizeDelta && (nItems != nMins) ) { - // determinne which items we can calculate + // determine which items we can calculate nCalcItems = 0; while ( !nCalcItems ) { diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx index 1982a7053132..9a45ee6d9d6a 100644 --- a/vcl/source/window/status.cxx +++ b/vcl/source/window/status.cxx @@ -1374,7 +1374,7 @@ void StatusBar::StartProgressMode( const OUString& rText ) void StatusBar::SetProgressValue( sal_uInt16 nNewPercent ) { - DBG_ASSERT( mbProgressMode, "StatusBar::SetProgressValue(): no progrss mode" ); + DBG_ASSERT( mbProgressMode, "StatusBar::SetProgressValue(): no progress mode" ); SAL_WARN_IF( nNewPercent > 100, "vcl", "StatusBar::SetProgressValue(): nPercent > 100" ); if ( mbProgressMode diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx index c9b84bf9232a..d0c8e8ca375d 100644 --- a/vcl/source/window/syschild.cxx +++ b/vcl/source/window/syschild.cxx @@ -229,7 +229,7 @@ sal_IntPtr SystemChildWindow::GetParentWindowHandle( bool bUseJava ) try { ::rtl::Reference< ::jvmaccess::VirtualMachine > xVM; - uno::Reference< java::XJavaVM > xJavaVM = java::JavaVirtualMachine::create(xContext);; + uno::Reference< java::XJavaVM > xJavaVM = java::JavaVirtualMachine::create(xContext); uno::Sequence< sal_Int8 > aProcessID( 17 ); rtl_getGlobalProcessId( reinterpret_cast(aProcessID.getArray()) ); diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index fce0d799cf79..4cbf6fdcc514 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -1630,7 +1630,7 @@ static void ImplHandlePaint( vcl::Window* pWindow, const Rectangle& rBoundRect, // #i87663# trigger possible pending resize notifications // (GetSizePixel does that for us) pWindow->GetSizePixel(); - // force drawing inmmediately + // force drawing immediately pWindow->Update(); } } -- cgit v1.2.3