diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-16 10:09:51 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-16 10:09:51 +0200 |
commit | a3ed338f81a32ecd4ab2ee74cbed6568a458fd3a (patch) | |
tree | 09fb44afd2abcdc58a927a135418857626f716da /unotools | |
parent | 656c2a8f122c291e3f634e7eb508971e4a7e47de (diff) | |
parent | 33682d1375407c507230050b537bed0f42708457 (diff) |
CWS-TOOLING: integrate CWS sb118
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/misc/desktopterminationobserver.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/misc/desktopterminationobserver.cxx b/unotools/source/misc/desktopterminationobserver.cxx index 23d5089f545e..3900449f03c9 100644 --- a/unotools/source/misc/desktopterminationobserver.cxx +++ b/unotools/source/misc/desktopterminationobserver.cxx @@ -211,12 +211,6 @@ namespace utl void DesktopTerminationObserver::revokeTerminationListener( ITerminationListener* _pListener ) { ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ); - if ( getListenerAdminData().bAlreadyTerminated ) - { - _pListener->notifyTermination(); - return; - } - Listeners& rListeners = getListenerAdminData().aListeners; for ( Listeners::iterator lookup = rListeners.begin(); lookup != rListeners.end(); |