summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 13:45:00 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 13:45:00 +0200
commit18e83c68d47af29804e22813ed9766a3bcf537cd (patch)
tree57752a226cd149a50ad2ce9764c1568aa8d8e862 /lingucomponent
parent37a773d8970274cd1b34ac4fd78b34c96e717d8c (diff)
gnumake4: fix lingucompoment buildbreaker
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.cxx4
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();
}
}