From 9ee71000f8aaab2cb7748b53511264f54688cc6d Mon Sep 17 00:00:00 2001 From: Andreas Schlüns Date: Fri, 24 Sep 2004 08:18:07 +0000 Subject: #i34433# rollback changes on master and fix it on a cws ... --- framework/source/services/backingcomp.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'framework') diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx index fff15a7f10ad..f3915dd64731 100644 --- a/framework/source/services/backingcomp.cxx +++ b/framework/source/services/backingcomp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: backingcomp.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: as $ $Date: 2004-09-24 09:08:32 $ + * last change: $Author: as $ $Date: 2004-09-24 09:18:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -959,8 +959,6 @@ 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 */ } -- cgit