menubarmanager.cxx (707fc0d4) menubarmanager.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

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

417 static_cast< OWeakObject* >( this ), UNO_QUERY ));
418 }
419 catch ( Exception& )
420 {
421 }
422 }
423 m_xDocImageManager.clear();
424 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

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

417 static_cast< OWeakObject* >( this ), UNO_QUERY ));
418 }
419 catch ( Exception& )
420 {
421 }
422 }
423 m_xDocImageManager.clear();
424 m_xModuleImageManager.clear();
425 Reference< XComponent > xCompGAM( m_xGlobalAcceleratorManager, UNO_QUERY );
426 if ( xCompGAM.is() )
427 xCompGAM->dispose();
425 m_xGlobalAcceleratorManager.clear();
426 m_xModuleAcceleratorManager.clear();
427 m_xDocAcceleratorManager.clear();
428 m_xUICommandLabels.clear();
429 m_xPopupMenuControllerRegistration.clear();
430 mxServiceFactory.clear();
431 }
432}

--- 1722 unchanged lines hidden ---
428 m_xGlobalAcceleratorManager.clear();
429 m_xModuleAcceleratorManager.clear();
430 m_xDocAcceleratorManager.clear();
431 m_xUICommandLabels.clear();
432 m_xPopupMenuControllerRegistration.clear();
433 mxServiceFactory.clear();
434 }
435}

--- 1722 unchanged lines hidden ---