diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:10:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:15:51 +0200 |
commit | 430484932e1254f7076321c2a7b3ec3df1512896 (patch) | |
tree | a14900e50ad012302814e4272934639578e01435 /svx/source | |
parent | 3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff) |
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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(); } |