toolbarmanager.cxx (6d739b60) toolbarmanager.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

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

701 ImageOrientationListener* pImageOrientation =
702 (ImageOrientationListener*)m_xImageOrientationListener.get();
703 pImageOrientation->unbindListener();
704 m_xImageOrientationListener.clear();
705 }
706
707 m_xFrame.clear();
708 m_xServiceManager.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

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

701 ImageOrientationListener* pImageOrientation =
702 (ImageOrientationListener*)m_xImageOrientationListener.get();
703 pImageOrientation->unbindListener();
704 m_xImageOrientationListener.clear();
705 }
706
707 m_xFrame.clear();
708 m_xServiceManager.clear();
709 Reference< XComponent > xCompGAM( m_xGlobalAcceleratorManager, UNO_QUERY );
710 if ( xCompGAM.is() )
711 xCompGAM->dispose();
709 m_xGlobalAcceleratorManager.clear();
710 m_xModuleAcceleratorManager.clear();
711 m_xDocAcceleratorManager.clear();
712
713 m_bDisposed = sal_True;
714 }
715}
716

--- 1636 unchanged lines hidden ---
712 m_xGlobalAcceleratorManager.clear();
713 m_xModuleAcceleratorManager.clear();
714 m_xDocAcceleratorManager.clear();
715
716 m_bDisposed = sal_True;
717 }
718}
719

--- 1636 unchanged lines hidden ---