summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:00 +0200
commit54445375ec54696a35f28c7e1bd3efe1c35e1fbe (patch)
treed6da7accd43a20be4742f5e87d691fb4592198f2 /framework/source/helper
parent207d625a9d0ae61d82ee2a72aeb998aff61bff15 (diff)
loplugin:casttovoid: framework
Change-Id: I9e111f06520019ac87fbb55a9ca813fb97e6ed3a
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx
index fd663af6e8cf..5c964d62f727 100644
--- a/framework/source/helper/ocomponentenumeration.cxx
+++ b/framework/source/helper/ocomponentenumeration.cxx
@@ -51,7 +51,6 @@ void SAL_CALL OComponentEnumeration::disposing( const EventObject& aEvent )
// Safe impossible cases
// This method is not specified for all incoming parameters.
- (void) aEvent;
SAL_WARN_IF( !aEvent.Source.is(), "fwk", "OComponentEnumeration::disposing(): Invalid parameter detected!" );
// Reset instance to defaults, release references and free memory.