[Libreoffice-commits] .: Branch 'feature/gnumake4' - lingucomponent/source

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Mon Jun 20 04:45:48 PDT 2011


 lingucomponent/source/spellcheck/spell/sspellimp.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit b5cbdf3a5a0dc75307bf53834931fba93418c82d
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Mon Jun 20 13:45:00 2011 +0200

    gnumake4: fix lingucompoment buildbreaker

diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index eebdfb5..13246bd 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();
     }
 }
 


More information about the Libreoffice-commits mailing list