From 430484932e1254f7076321c2a7b3ec3df1512896 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 29 Jun 2014 13:10:56 +0200 Subject: Typo: beeing->being Change-Id: I34937e400ac8576154d33e1e11b80690222f532c --- svx/source/fmcomp/gridctrl.cxx | 2 +- svx/source/form/fmshimp.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index fd540881bcdf..f3dd5112250b 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -3591,7 +3591,7 @@ void DbGridControl::FieldListenerDisposing(sal_uInt16 _nId) void DbGridControl::disposing(sal_uInt16 _nId, const EventObject& /*_rEvt*/) { if (_nId == 0) - { // the seek cursor is beeing disposed + { // the seek cursor is being disposed ::osl::MutexGuard aGuard(m_aAdjustSafety); setDataSource(NULL,0); // our clone was disposed so we set our datasource to null to avoid later acces to it if (m_nAsynAdjustEvent) diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 8ecce62bacdc..ad776545ff9b 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -937,7 +937,7 @@ void FmXFormShell::disposing() aGuard.clear(); DBG_ASSERT(!m_nInvalidationEvent, "FmXFormShell::~FmXFormShell : still have an invalidation event !"); - // should habe been deleted while beeing disposed + // should habe been deleted while being disposed m_aMarkTimer.Stop(); } -- cgit