summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /vcl/source
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/filter/wmf/winwmf.cxx2
-rw-r--r--vcl/source/window/window.cxx4
2 files changed, 3 insertions, 3 deletions
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 );