diff options
Diffstat (limited to 'include/svtools/accessibletable.hxx')
-rw-r--r-- | include/svtools/accessibletable.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/accessibletable.hxx b/include/svtools/accessibletable.hxx index 335379ac3bc1..f24e2963270a 100644 --- a/include/svtools/accessibletable.hxx +++ b/include/svtools/accessibletable.hxx @@ -159,8 +159,7 @@ public: ///** Commits an event to all listeners. */ virtual void commitEvent( sal_Int16 nEventId, - const css::uno::Any& rNewValue, - const css::uno::Any& rOldValue + const css::uno::Any& rNewValue ) = 0; protected: |