Kaydet (Commit) b0d3252a authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS fwk35 (1.43.4); FILE MERGED

2006/02/22 15:37:53 cd 1.43.4.1: #i62436# Check model for preview mode inside createNonContextSensitiveToolbars
üst dba45d1a
......@@ -4,9 +4,9 @@
*
* $RCSfile: layoutmanager.cxx,v $
*
* $Revision: 1.43 $
* $Revision: 1.44 $
*
* last change: $Author: rt $ $Date: 2006-02-09 13:56:45 $
* last change: $Author: kz $ $Date: 2006-02-27 16:35:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1042,11 +1042,15 @@ void LayoutManager::implts_createNonContextSensitiveToolBars()
!m_bComponentAttached )
return;
Reference< XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager );
Reference< XFrame > xFrame( m_xFrame );
Reference< XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager );
Reference< XNameAccess > xPersistentWindowState( m_xPersistentWindowState );
aReadLock.unlock();
if ( implts_isPreviewModel( impl_getModelFromFrame( xFrame )))
return;
std::vector< rtl::OUString > aMakeVisibleToolbars;
try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment