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

No need for NotifyAccessibleEvent to be virtual

Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7
üst 47ab3749
...@@ -209,7 +209,7 @@ namespace comphelper ...@@ -209,7 +209,7 @@ namespace comphelper
@param _rNewValue @param _rNewValue
the new value to be notified the new value to be notified
*/ */
virtual void SAL_CALL NotifyAccessibleEvent( void NotifyAccessibleEvent(
const sal_Int16 _nEventId, const sal_Int16 _nEventId,
const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rOldValue,
const ::com::sun::star::uno::Any& _rNewValue const ::com::sun::star::uno::Any& _rNewValue
......
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