diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-10-08 11:00:58 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-10-08 11:00:58 +0000 |
commit | ee2b9569d3317ea82cb2dfb31573db489f05a0d1 (patch) | |
tree | c747ab41f739b0d45569b0e6aa2c6c9b43b05aa2 /basctl | |
parent | 112a2c2dc426e93566143946eed5906fa1e93998 (diff) |
#92297# BasicIDE: property browser still open when module window gets focus
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 4d4f22761131..3fd60e809dd1 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propbrw.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: tbe $ $Date: 2001-09-20 14:01:00 $ + * last change: $Author: tbe $ $Date: 2001-10-08 12:00:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -195,9 +195,6 @@ PropBrwMgr::PropBrwMgr( Window *pParent, sal_uInt16 nId, ((PropBrw*)pWindow)->Update( pDrawView ); } } - - // don't delete the property browser when faded out in module windows - SetHideNotDelete( sal_True ); } //---------------------------------------------------------------------------- |