summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-07-03 21:34:26 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-03 21:36:58 +0200
commitc63b74d22d360893bb9e1200f59099ffb7943705 (patch)
tree152c796366ec78d976cd6298d2d27585254758cf /svtools
parente6aabd119c67f73699f7ba33099bdecd78fe18c9 (diff)
fdo#61725 add SolarMutex until it works
Change-Id: I757bbfbc4a548f17d797ac00197588bc6e2907f6
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index 10c3c6588933..3f02d6e90097 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3692,6 +3692,8 @@ IMPL_LINK( SvTreeListBox, DefaultCompare, SvSortData*, pData )
void SvTreeListBox::ModelNotification( sal_uInt16 nActionId, SvTreeListEntry* pEntry1,
SvTreeListEntry* pEntry2, sal_uLong nPos )
{
+ SolarMutexGuard aSolarGuard;
+
if( nActionId == LISTACTION_CLEARING )
CancelTextEditing();