typo: drived class -> derived class
This commit is contained in:
@@ -389,7 +389,7 @@ void SAL_CALL OCollection::appendByDescriptor( const Reference< XPropertySet >&
|
||||
pDescriptor->setNew( false );
|
||||
|
||||
sName = getNameForObject( xNewlyCreated );
|
||||
if ( !m_pElements->exists( sName ) ) // this may happen when the drived class included it itself
|
||||
if ( !m_pElements->exists( sName ) ) // this may happen when the derived class included it itself
|
||||
m_pElements->insert( sName, xNewlyCreated );
|
||||
|
||||
// notify our container listeners
|
||||
|
@@ -46,7 +46,7 @@ class SwAccessibleCell : public SwAccessibleContext,
|
||||
|
||||
protected:
|
||||
// Set states for getAccessibleStateSet.
|
||||
// This drived class additionally sets SELECTABLE(1) and SELECTED(+)
|
||||
// This derived class additionally sets SELECTABLE(1) and SELECTED(+)
|
||||
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) SAL_OVERRIDE;
|
||||
|
||||
virtual void _InvalidateCursorPos() SAL_OVERRIDE;
|
||||
|
@@ -116,7 +116,7 @@ class SwAccessibleDocument : public SwAccessibleDocumentBase,
|
||||
|
||||
protected:
|
||||
// Set states for getAccessibleStateSet.
|
||||
// This drived class additinaly sets MULTISELECTABLE(1)
|
||||
// This derived class additinaly sets MULTISELECTABLE(1)
|
||||
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) SAL_OVERRIDE;
|
||||
|
||||
virtual ~SwAccessibleDocument();
|
||||
|
@@ -34,7 +34,7 @@ class SwAccessibleFrameBase : public SwAccessibleContext,
|
||||
|
||||
protected:
|
||||
// Set states for getAccessibleStateSet.
|
||||
// This drived class additionally sets SELECTABLE(1), SELECTED(+),
|
||||
// This derived class additionally sets SELECTABLE(1), SELECTED(+),
|
||||
// FOCUSABLE(1) and FOCUSED(+)
|
||||
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) SAL_OVERRIDE;
|
||||
SwFlyFrm* getFlyFrm() const;
|
||||
|
@@ -42,7 +42,7 @@ protected:
|
||||
SwRect GetBounds( /* const SwFrm *pFrm =0 */ );
|
||||
|
||||
// Set states for getAccessibleStateSet.
|
||||
// This drived class additionally sets
|
||||
// This derived class additionally sets
|
||||
// FOCUSABLE(1) and FOCUSED(+)
|
||||
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) SAL_OVERRIDE;
|
||||
|
||||
|
@@ -168,7 +168,7 @@ public:
|
||||
protected:
|
||||
|
||||
// Set states for getAccessibleStateSet.
|
||||
// This drived class additinaly sets MULTILINE(1), MULTISELECTABLE(+),
|
||||
// This derived class additinaly sets MULTILINE(1), MULTISELECTABLE(+),
|
||||
// FOCUSABLE(+) and FOCUSED(+)
|
||||
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) SAL_OVERRIDE;
|
||||
|
||||
|
@@ -58,7 +58,7 @@ class SwAccessibleTable :
|
||||
|
||||
protected:
|
||||
// Set states for getAccessibleStateSet.
|
||||
// This drived class additinaly sets MULTISELECTABLE(+)
|
||||
// This derived class additinaly sets MULTISELECTABLE(+)
|
||||
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) SAL_OVERRIDE;
|
||||
|
||||
virtual ~SwAccessibleTable();
|
||||
|
Reference in New Issue
Block a user