fmshimp.cxx (86e1cf34) fmshimp.cxx (2df387e6)
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

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

959 }
960 }
961
962 {
963 ::osl::ClearableMutexGuard aGuard(m_aAsyncSafety);
964 aGuard.clear();
965
966 DBG_ASSERT(!m_nInvalidationEvent, "FmXFormShell::~FmXFormShell : still have an invalidation event !");
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

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

959 }
960 }
961
962 {
963 ::osl::ClearableMutexGuard aGuard(m_aAsyncSafety);
964 aGuard.clear();
965
966 DBG_ASSERT(!m_nInvalidationEvent, "FmXFormShell::~FmXFormShell : still have an invalidation event !");
967 // should habe been deleted while beeing disposed
967 // should have been deleted while being disposed
968
969 m_aMarkTimer.Stop();
970 }
971
972 DisableNotification();
973
974 RemoveElement( m_xForms );
975 m_xForms.clear();

--- 3280 unchanged lines hidden ---
968
969 m_aMarkTimer.Stop();
970 }
971
972 DisableNotification();
973
974 RemoveElement( m_xForms );
975 m_xForms.clear();

--- 3280 unchanged lines hidden ---