diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-07-08 14:22:38 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-07-08 14:22:38 +0000 |
commit | 9c4341b424d1a451249462c51472c3b26975c253 (patch) | |
tree | 7a48f5c8e29f8908251375ae882f53be634274be /svx/source/gallery2/galbrws2.cxx | |
parent | fd9138e01bf7d4e50e631486f89b0b79ec0f2a61 (diff) |
#100147#: don't grab focus
Diffstat (limited to 'svx/source/gallery2/galbrws2.cxx')
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 69a52a09eb74..64e652f5f5cd 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: galbrws2.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: ka $ $Date: 2002-06-21 11:31:21 $ + * last change: $Author: ka $ $Date: 2002-07-08 15:22:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -702,7 +702,6 @@ void GalleryBrowser2::SetMode( GalleryBrowserMode eMode ) mpPreview->PreviewSound( INetURLObject() ); mpIconView->Show(); - mpIconView->GrabFocus(); maViewBox.EnableItem( TBX_ID_ICON, TRUE ); maViewBox.EnableItem( TBX_ID_LIST, TRUE ); @@ -721,7 +720,6 @@ void GalleryBrowser2::SetMode( GalleryBrowserMode eMode ) mpPreview->PreviewSound( INetURLObject() ); mpListView->Show(); - mpListView->GrabFocus(); maViewBox.EnableItem( TBX_ID_ICON, TRUE ); maViewBox.EnableItem( TBX_ID_LIST, TRUE ); @@ -749,7 +747,6 @@ void GalleryBrowser2::SetMode( GalleryBrowserMode eMode ) mpPreview->SetGraphic( aGraphic ); mpPreview->Show(); - mpPreview->GrabFocus(); if( mpCurTheme && mpCurTheme->GetObjectKind( nPos ) == SGA_OBJ_SOUND ) mpPreview->PreviewSound( mpCurTheme->GetObjectURL( nPos ) ); |