summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-02-09 11:38:31 +0000
committerRüdiger Timm <rt@openoffice.org>2006-02-09 11:38:31 +0000
commita9ffc3a5359d17a13895d65d4d6e64282a3c6d7f (patch)
tree79f1b96ee0be96874c68f226df152bdad30dcb07 /svx
parent7f142276948d57538ddd3d7c17d09f773e318807 (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.cxx5
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();
}
// -----------------------------------------------------------------------------