From 33320eceb0b9207aca86b1cdc73c4755cff86f15 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Mar 2014 14:47:08 +0100 Subject: No need for NotifyAccessibleEvent to be virtual Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7 --- include/comphelper/accessiblecontexthelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx index 19f34c2e08e7..b49070fffb50 100644 --- a/include/comphelper/accessiblecontexthelper.hxx +++ b/include/comphelper/accessiblecontexthelper.hxx @@ -209,7 +209,7 @@ namespace comphelper @param _rNewValue the new value to be notified */ - virtual void SAL_CALL NotifyAccessibleEvent( + void NotifyAccessibleEvent( const sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rNewValue -- cgit