summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-11 14:47:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-11 14:47:08 +0100
commit33320eceb0b9207aca86b1cdc73c4755cff86f15 (patch)
treef1c0e5188c589c45bc09f082a2bc6c3cedde21ce /include/comphelper
parent47ab3749bf096e577fc9568cb404c7e1bc08aca3 (diff)
No need for NotifyAccessibleEvent to be virtual
Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
1 files changed, 1 insertions, 1 deletions
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