diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-16 16:38:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 15:23:08 +0100 |
commit | cd012c149bab935986be21e66566bd3ff72b5cd7 (patch) | |
tree | cf0d29d2d9d5d01fefc151f72630ff746d12b612 /linguistic | |
parent | cfacb7f6f85475b06dbd9d0c310fa9cf275041ee (diff) |
break circular dependency in dispose
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index a652b55d1721..319cd9d56be8 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -638,6 +638,7 @@ void SAL_CALL xDic->removeDictionaryEventListener( xDicEvtLstnrHelper ); } } + xDicEvtLstnrHelper.clear(); } } |