summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:58:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:59:02 +0100
commit48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch)
treefbc5a414ea499193b14a1c51a6a4bbd078bedbad /svx
parenta9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff)
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'svx')
-rw-r--r--svx/sdi/fmslots.sdi2
-rw-r--r--svx/source/fmcomp/gridctrl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/sdi/fmslots.sdi b/svx/sdi/fmslots.sdi
index af34d7b61eb1..255fa88e66ef 100644
--- a/svx/sdi/fmslots.sdi
+++ b/svx/sdi/fmslots.sdi
@@ -547,7 +547,7 @@ interface FormTextAttributeShell
/**** <HACK> ****/
// the following is a slight hack. Problem is that the form shell needs to translate
// slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used
- // - it provides convinient methods for this. However, the "pool" is not really a
+ // - it provides convenient methods for this. However, the "pool" is not really a
// "pool" - it only knows slots, if there is a shell on the dispatcher stack which
// which is responsible for this slot.
// So, we declare the form shell as responsible for the following slots.
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 4eeb547f65aa..cdf417cf7567 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -3582,7 +3582,7 @@ void DbGridControl::disposing(sal_uInt16 _nId, const EventObject& /*_rEvt*/)
if (_nId == 0)
{ // 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
+ setDataSource(NULL,0); // our clone was disposed so we set our datasource to null to avoid later access to it
if (m_nAsynAdjustEvent)
{
RemoveUserEvent(m_nAsynAdjustEvent);