diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 13:45:00 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 13:45:00 +0200 |
commit | 18e83c68d47af29804e22813ed9766a3bcf537cd (patch) | |
tree | 57752a226cd149a50ad2ce9764c1568aa8d8e862 /lingucomponent | |
parent | 37a773d8970274cd1b34ac4fd78b34c96e717d8c (diff) |
gnumake4: fix lingucompoment buildbreaker
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index 6789a1e650d8..88ab0bf1c413 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -107,9 +107,6 @@ SpellChecker::~SpellChecker() aDLocs = NULL; delete[] aDNames; aDNames = NULL; - if (xPropHelper.is()) - pPropHelper->RemoveAsPropListener(); - delete pPropHelper; } PropertyHelper_Spelling & SpellChecker::GetPropHelper_Impl() @@ -597,7 +594,6 @@ void SAL_CALL SpellChecker::dispose() bDisposing = sal_True; EventObject aEvtObj( (XSpellChecker *) this ); aEvtListeners.disposeAndClear( aEvtObj ); - xPropHelper.clear(); } } |