diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-26 19:44:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-26 19:44:35 +0100 |
commit | d2c2d250fdbcda77bafec75c4c1df44868b031f5 (patch) | |
tree | cac3e923795298ce5cfa76a3085bdf3970cb2194 /editeng | |
parent | 10d72337640677e2d49b522a734728646c9b8e96 (diff) |
Remove unused StateChangeEvent::return_type
(found by upcoming loplugin:unusedmember)
Change-Id: I0259881207d2014df460ed83afe3da0a13068147
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/accessibility/AccessibleParaManager.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/accessibility/AccessibleParaManager.cxx b/editeng/source/accessibility/AccessibleParaManager.cxx index 5d6be4dd60b5..f0d97b490b1e 100644 --- a/editeng/source/accessibility/AccessibleParaManager.cxx +++ b/editeng/source/accessibility/AccessibleParaManager.cxx @@ -296,7 +296,6 @@ namespace accessibility class StateChangeEvent { public: - typedef void return_type; StateChangeEvent( const sal_Int16 nEventId, const uno::Any& rNewValue, const uno::Any& rOldValue ) : |