diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 11:38:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 11:38:31 +0000 |
commit | a9ffc3a5359d17a13895d65d4d6e64282a3c6d7f (patch) | |
tree | 79f1b96ee0be96874c68f226df152bdad30dcb07 /svx | |
parent | 7f142276948d57538ddd3d7c17d09f773e318807 (diff) |
INTEGRATION: CWS ka008 (1.12.270); FILE MERGED
2006/02/06 15:53:09 ka 1.12.270.1: #130533#: removal of GrabFocus method
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galbrws.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/gallery2/galbrws.cxx b/svx/source/gallery2/galbrws.cxx index 9166423f5922..2fad508c47e9 100644 --- a/svx/source/gallery2/galbrws.cxx +++ b/svx/source/gallery2/galbrws.cxx @@ -4,9 +4,9 @@ * * $RCSfile: galbrws.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:05:22 $ + * last change: $Author: rt $ $Date: 2006-02-09 12:38:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,7 +138,6 @@ GalleryBrowser::~GalleryBrowser() delete mpSplitter; delete mpBrowser1; Gallery::ReleaseGallery( mpGallery ); - GrabFocusToDocument(); } // ----------------------------------------------------------------------------- |