diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:22:58 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-05 13:40:54 +0000 |
commit | fbec6ac08999a36664571dc0b1eba3ba251a5984 (patch) | |
tree | 730c79e0fb60c9df6524fbb73ff13cc51320ef6c /accessibility | |
parent | 1efc41a87e2b9491b2a7471b1154a4d586a21c37 (diff) |
Fix typos
Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27
Reviewed-on: https://gerrit.libreoffice.org/21078
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/accessibility/helper/accresmgr.hxx | 2 | ||||
-rw-r--r-- | accessibility/source/extended/AccessibleGridControl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/accessibility/helper/accresmgr.hxx b/accessibility/inc/accessibility/helper/accresmgr.hxx index 311fb16dc6d6..9e27881884c3 100644 --- a/accessibility/inc/accessibility/helper/accresmgr.hxx +++ b/accessibility/inc/accessibility/helper/accresmgr.hxx @@ -42,7 +42,7 @@ private: ~TkResMgr() { } // we'll instantiate one static member of the following class, - // which in it's dtor ensures that m_pImpl will be deleted + // which in its dtor ensures that m_pImpl will be deleted class EnsureDelete { public: diff --git a/accessibility/source/extended/AccessibleGridControl.cxx b/accessibility/source/extended/AccessibleGridControl.cxx index 98e3b28315f2..c1e81e9fe45f 100644 --- a/accessibility/source/extended/AccessibleGridControl.cxx +++ b/accessibility/source/extended/AccessibleGridControl.cxx @@ -307,7 +307,7 @@ AccessibleGridControl::implGetFixedChild( sal_Int32 nChildIndex ) AccessibleGridControlTable* AccessibleGridControl::createAccessibleTable() { Reference< XAccessible > xCreator(m_xImpl->m_aCreator); - OSL_ENSURE( xCreator.is(), "accessibility/extended/AccessibleGirdControl::createAccessibleTable: my creator died - how this?" ); + OSL_ENSURE( xCreator.is(), "accessibility/extended/AccessibleGridControl::createAccessibleTable: my creator died - how this?" ); return new AccessibleGridControlTable( xCreator, m_aTable, TCTYPE_TABLE ); } |