summaryrefslogtreecommitdiff
path: root/framework/source/services/backingcomp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 11:53:22 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 11:53:22 +0000
commit274043a2ecd4c9f40fae3b69b4d90e8597a1547d (patch)
tree3c3b17f7e68b161b9ea1e5390597c0a6cd32ea6c /framework/source/services/backingcomp.cxx
parent15ccb9b218b2f3be3f6a812328e7d618959bd213 (diff)
INTEGRATION: CWS fwkbugfix03 (1.9.56); FILE MERGED
2004/10/11 11:23:46 as 1.9.56.2: RESYNC: (1.9-1.12); FILE MERGED 2004/09/24 09:20:03 as 1.9.56.1: #i34433# show component window of StartModule everytimes
Diffstat (limited to 'framework/source/services/backingcomp.cxx')
-rw-r--r--framework/source/services/backingcomp.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx
index 49c2d8124b59..41e9c2cb3675 100644
--- a/framework/source/services/backingcomp.cxx
+++ b/framework/source/services/backingcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: backingcomp.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 10:14:58 $
+ * last change: $Author: obo $ $Date: 2004-11-17 12:53:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -981,6 +981,8 @@ void SAL_CALL BackingComp::initialize( /*IN*/ const css::uno::Sequence< css::uno
if (xBroadcaster.is())
xBroadcaster->addEventListener(static_cast< css::lang::XEventListener* >(this));
+ m_xWindow->setVisible(sal_True);
+
aWriteLock.unlock();
/* } SAFE */
}