moduleuiconfigurationmanager.cxx (6d739b60) moduleuiconfigurationmanager.cxx (796936d9)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 763 unchanged lines hidden (view full) ---

772
773 css::lang::EventObject aEvent( xThis );
774 m_aListenerContainer.disposeAndClear( aEvent );
775
776 /* SAFE AREA ----------------------------------------------------------------------------------------------- */
777 ResetableGuard aGuard( m_aLock );
778 Reference< XComponent > xModuleImageManager( m_xModuleImageManager );
779 m_xModuleImageManager.clear();
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 763 unchanged lines hidden (view full) ---

772
773 css::lang::EventObject aEvent( xThis );
774 m_aListenerContainer.disposeAndClear( aEvent );
775
776 /* SAFE AREA ----------------------------------------------------------------------------------------------- */
777 ResetableGuard aGuard( m_aLock );
778 Reference< XComponent > xModuleImageManager( m_xModuleImageManager );
779 m_xModuleImageManager.clear();
780 Reference< XComponent > xCompMAM( m_xModuleAcceleratorManager, UNO_QUERY );
781 if ( xCompMAM.is() )
782 xCompMAM->dispose();
780 m_xModuleAcceleratorManager.clear();
781 m_aUIElements[LAYER_USERDEFINED].clear();
782 m_aUIElements[LAYER_DEFAULT].clear();
783 m_xDefaultConfigStorage.clear();
784 m_xUserConfigStorage.clear();
785 m_xUserRootCommit.clear();
786 m_bConfigRead = false;
787 m_bModified = false;

--- 832 unchanged lines hidden ---
783 m_xModuleAcceleratorManager.clear();
784 m_aUIElements[LAYER_USERDEFINED].clear();
785 m_aUIElements[LAYER_DEFAULT].clear();
786 m_xDefaultConfigStorage.clear();
787 m_xUserConfigStorage.clear();
788 m_xUserRootCommit.clear();
789 m_bConfigRead = false;
790 m_bModified = false;

--- 832 unchanged lines hidden ---