Kaydet (Commit) cc135224 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: accesible -> accessible

üst 50add4f2
...@@ -315,7 +315,7 @@ namespace accessibility ...@@ -315,7 +315,7 @@ namespace accessibility
Reference< XAccessibleContext > xScrollButtonContext( xScrollButtonAccessible->getAccessibleContext() ); Reference< XAccessibleContext > xScrollButtonContext( xScrollButtonAccessible->getAccessibleContext() );
ENSURE_OR_RETURN( xScrollButtonContext.is(), "AccessibleToolPanelTabBar::getAccessibleChild: invalid button accessible context!", xScrollButtonAccessible ); ENSURE_OR_RETURN( xScrollButtonContext.is(), "AccessibleToolPanelTabBar::getAccessibleChild: invalid button accessible context!", xScrollButtonAccessible );
OSL_ENSURE( xScrollButtonContext->getAccessibleParent() == m_pImpl->getOwnAccessible(), 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 #endif
return xScrollButtonAccessible; return xScrollButtonAccessible;
} }
......
...@@ -61,7 +61,7 @@ private: ...@@ -61,7 +61,7 @@ private:
}; };
/** The main purpose of this dialog is to enable the use of characters /** 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 class SvxCharacterMap : public SfxModalDialog
{ {
private: private:
......
...@@ -91,7 +91,7 @@ interface XStatusbarItem ...@@ -91,7 +91,7 @@ interface XStatusbarItem
*/ */
[attribute] string QuickHelpText; [attribute] string QuickHelpText;
/** the accesible name of the status bar item /** the accessible name of the status bar item
*/ */
[attribute] string AccessibleName; [attribute] string AccessibleName;
......
...@@ -42,7 +42,7 @@ import util.utils; ...@@ -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> * of the fixed text label in 'Hyperlink' Dialog. <p>
* *
* Object implements the following interfaces : * Object implements the following interfaces :
......
...@@ -2359,7 +2359,7 @@ void SwAccessibleMap::InvalidatePosOrSize( const SwFrm *pFrm, ...@@ -2359,7 +2359,7 @@ void SwAccessibleMap::InvalidatePosOrSize( const SwFrm *pFrm,
mpFrmMap->find( aFrmOrObj.GetSwFrm() ); mpFrmMap->find( aFrmOrObj.GetSwFrm() );
if( aIter != mpFrmMap->end() ) if( aIter != mpFrmMap->end() )
{ {
// If there is an accesible object already it is // If there is an accessible object already it is
// notified directly. // notified directly.
uno::Reference < XAccessible > xAcc( (*aIter).second ); uno::Reference < XAccessible > xAcc( (*aIter).second );
xAccImpl = xAccImpl =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment