Kaydet (Commit) ffef410b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No need for these functions to be virtual

Change-Id: I1f01d07fea397e686609f49b909f5898c7f412e1
üst 7a361dc2
......@@ -81,11 +81,11 @@ namespace comphelper
sal_Int64 implGetForeignControlledStates( ) const;
/// sets the accessible parent component
virtual void setAccessibleParent(
void setAccessibleParent(
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _rxAccParent );
/// sets or resets a bit of the foreign controlled states
virtual void setStateBit( const sal_Int16 _nState, const sal_Bool _bSet );
void setStateBit( const sal_Int16 _nState, const sal_Bool _bSet );
protected:
OAccessibleImplementationAccess( );
......
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