summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-05-22 08:56:55 +0000
committerKai Ahrens <ka@openoffice.org>2002-05-22 08:56:55 +0000
commit982f207c08907cc2ba9e97a3db46c012b45a9621 (patch)
treec47e3f35e4343bc581d32e884568248b72cd5e4e /svx/source/gallery2
parent441a2bbfe7d7c62df318e66800ba724b4a0338b6 (diff)
#99234#: grab focus to document in dtor
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws.cxx b/svx/source/gallery2/galbrws.cxx
index f65731eb4de6..06d90cb75b88 100644
--- a/svx/source/gallery2/galbrws.cxx
+++ b/svx/source/gallery2/galbrws.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galbrws.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ka $ $Date: 2002-04-18 14:56:47 $
+ * last change: $Author: ka $ $Date: 2002-05-22 09:56:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,6 +127,7 @@ GalleryBrowser::~GalleryBrowser()
delete mpSplitter;
delete mpBrowser1;
Gallery::ReleaseGallery( mpGallery );
+ GrabFocusToDocument();
}
// -----------------------------------------------------------------------------