diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-02-18 14:42:48 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-02-18 14:44:59 +0100 |
commit | 85163440eb11164dc87d8b1816d240e7635737e6 (patch) | |
tree | 757921369d43691a8e3fc7280ded0620bd85280d /sw/source/ui/docvw | |
parent | d37f0e5f238116f4b6ef9dd37e1039e93f9210a1 (diff) |
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
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r-- | sw/source/ui/docvw/PostItMgr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/PostItMgr.cxx b/sw/source/ui/docvw/PostItMgr.cxx index 86d2dd244f13..99a8ebe1bf0a 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) { |