[Libreoffice-commits] core.git: sw/source

Jan Holesovsky kendy at collabora.com
Tue Feb 18 14:45:33 CET 2014


 sw/source/ui/docvw/PostItMgr.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 85163440eb11164dc87d8b1816d240e7635737e6
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Feb 18 14:42:48 2014 +0100

    Revert "Protect PostIt deletion by SolarMutex."
    
    Probably there is a more prosaic explanation; though I am unable to reproduce
    now whatever I try - with or without the patch.
    
    This reverts commit 2b2c528826b6b29d90fcb6a8e755c75cb0d65985.
    
    Change-Id: Ia3c1017f27d28bc228c497f34b8777b487d54fb4

diff --git a/sw/source/ui/docvw/PostItMgr.cxx b/sw/source/ui/docvw/PostItMgr.cxx
index 86d2dd2..99a8ebe 100644
--- a/sw/source/ui/docvw/PostItMgr.cxx
+++ b/sw/source/ui/docvw/PostItMgr.cxx
@@ -230,8 +230,6 @@ void SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistance, bool b
 
 void SwPostItMgr::RemoveItem( SfxBroadcaster* pBroadcast )
 {
-    SolarMutexGuard aGuard;
-
     EndListening(*pBroadcast);
     for(std::list<SwSidebarItem*>::iterator i = mvPostItFlds.begin(); i != mvPostItFlds.end() ; ++i)
     {


More information about the Libreoffice-commits mailing list