From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- vcl/source/filter/wmf/winwmf.cxx | 2 +- vcl/source/window/window.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl') diff --git a/vcl/source/filter/wmf/winwmf.cxx b/vcl/source/filter/wmf/winwmf.cxx index 317140c1fa55..ecdf04d06abd 100644 --- a/vcl/source/filter/wmf/winwmf.cxx +++ b/vcl/source/filter/wmf/winwmf.cxx @@ -1081,7 +1081,7 @@ sal_Bool WMFReader::ReadHeader() else { nUnitsPerInch = 96; - pWMF->Seek( nStrmPos + 18 ); // set the streampos to the start of the the metaactions + pWMF->Seek( nStrmPos + 18 ); // set the streampos to the start of the metaactions GetPlaceableBound( aPlaceableBound, pWMF ); pWMF->Seek( nStrmPos ); if ( pExternalHeader != NULL && ( pExternalHeader->mapMode == MM_ISOTROPIC diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 7ddb6b16a2cb..309c8a37355b 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -8190,7 +8190,7 @@ void Window::SetComponentInterface( ::com::sun::star::uno::Reference< ::com::sun void Window::ImplCallDeactivateListeners( Window *pNew ) { - // no deactivation if the the newly activated window is my child + // no deactivation if the newly activated window is my child if ( !pNew || !ImplIsChild( pNew ) ) { ImplDelData aDogtag( this ); @@ -8209,7 +8209,7 @@ void Window::ImplCallDeactivateListeners( Window *pNew ) void Window::ImplCallActivateListeners( Window *pOld ) { - // no activation if the the old active window is my child + // no activation if the old active window is my child if ( !pOld || !ImplIsChild( pOld ) ) { ImplDelData aDogtag( this ); -- cgit