diff options
author | Sven Jacobi <sj@openoffice.org> | 2002-12-03 17:14:59 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2002-12-03 17:14:59 +0000 |
commit | 1b064982065a5c36c9c4262eff14c9d2d73bb8d0 (patch) | |
tree | a2d3440dddbfff9bac9d14b23d4a64f02030118a /svx/source/gallery2/galbrws2.cxx | |
parent | a1bca065fb69db90b2f8c362a936bbac26cf31a8 (diff) |
#105023# removing GrabFocus, so the focus is not set to the Splitter
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 311fadab0322..41e472556d64 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: galbrws2.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: gt $ $Date: 2002-09-03 10:26:21 $ + * last change: $Author: sj $ $Date: 2002-12-03 18:14:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -532,10 +532,7 @@ void GalleryBrowser2::StartDrag( Window* pWindow, const Point* pDragPoint ) const ULONG nItemId = ImplGetSelectedItemId( pDragPoint, aSelPos ); if( nItemId ) - { mpCurTheme->StartDrag( this, nItemId - 1 ); - GrabFocus(); - } } } |