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
commita82688710f6b2a09245ec494775febbaece210d6 (patch)
treea8cb80835a9a9d978470583b0f803d8583d3bc31 /framework/source/services/backingcomp.cxx
parent55da42555707e4351476c8e7d378f0769d1c46d9 (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 0c2c6b82bc..e10a630cf4 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 */
}