diff options
author | Andreas Schlüns <as@openoffice.org> | 2004-09-24 08:18:07 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2004-09-24 08:18:07 +0000 |
commit | 9ee71000f8aaab2cb7748b53511264f54688cc6d (patch) | |
tree | 84aea5705fff46461c1f914da47879a068f39bce /framework | |
parent | d5f80dd1d1d0083fae579d58007720de30ba6207 (diff) |
#i34433# rollback changes on master and fix it on a cws ...
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/backingcomp.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
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 */ } |