summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-26 19:44:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-11-26 19:44:35 +0100
commitd2c2d250fdbcda77bafec75c4c1df44868b031f5 (patch)
treecac3e923795298ce5cfa76a3085bdf3970cb2194 /editeng
parent10d72337640677e2d49b522a734728646c9b8e96 (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.cxx1
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 ) :