diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:56:27 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:01 +0200 |
commit | cc1352243e4c69c60851df901d2491fff91c2cb4 (patch) | |
tree | 7b212e847e310075523cee1b46deab1cf837cc92 | |
parent | 50add4f2e64bf82f8a2fb92cc29c1f818b3ba3cb (diff) |
typo: accesible -> accessible
-rw-r--r-- | accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx | 2 | ||||
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XStatusbarItem.idl | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java | 2 | ||||
-rw-r--r-- | sw/source/core/access/accmap.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx b/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx index 3213b99f5a43..3bd67c112b77 100644 --- a/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx +++ b/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx @@ -315,7 +315,7 @@ namespace accessibility Reference< XAccessibleContext > xScrollButtonContext( xScrollButtonAccessible->getAccessibleContext() ); ENSURE_OR_RETURN( xScrollButtonContext.is(), "AccessibleToolPanelTabBar::getAccessibleChild: invalid button accessible context!", xScrollButtonAccessible ); OSL_ENSURE( xScrollButtonContext->getAccessibleParent() == m_pImpl->getOwnAccessible(), - "AccessibleToolPanelTabBar::getAccessibleChild: wrong parent at the button's accesible!" ); + "AccessibleToolPanelTabBar::getAccessibleChild: wrong parent at the button's accessible!" ); #endif return xScrollButtonAccessible; } diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index 2ee45ffb0e6e..79ee29252c66 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -61,7 +61,7 @@ private: }; /** The main purpose of this dialog is to enable the use of characters - that are not easily accesible from the keyboard. */ + that are not easily accessible from the keyboard. */ class SvxCharacterMap : public SfxModalDialog { private: diff --git a/offapi/com/sun/star/ui/XStatusbarItem.idl b/offapi/com/sun/star/ui/XStatusbarItem.idl index 9080b95715a2..2e02d322a628 100644 --- a/offapi/com/sun/star/ui/XStatusbarItem.idl +++ b/offapi/com/sun/star/ui/XStatusbarItem.idl @@ -91,7 +91,7 @@ interface XStatusbarItem */ [attribute] string QuickHelpText; - /** the accesible name of the status bar item + /** the accessible name of the status bar item */ [attribute] string AccessibleName; diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java index ef85c6534c4e..ec26349940b6 100644 --- a/qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java +++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java @@ -42,7 +42,7 @@ import util.utils; /** - * Test for object which is represented by accesible component + * Test for object which is represented by accessible component * of the fixed text label in 'Hyperlink' Dialog. <p> * * Object implements the following interfaces : diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx index 81cff0525987..36c8df217b84 100644 --- a/sw/source/core/access/accmap.cxx +++ b/sw/source/core/access/accmap.cxx @@ -2359,7 +2359,7 @@ void SwAccessibleMap::InvalidatePosOrSize( const SwFrm *pFrm, mpFrmMap->find( aFrmOrObj.GetSwFrm() ); if( aIter != mpFrmMap->end() ) { - // If there is an accesible object already it is + // If there is an accessible object already it is // notified directly. uno::Reference < XAccessible > xAcc( (*aIter).second ); xAccImpl = |