summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontroller.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:28:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:28:33 +0200
commit25f90ea26caaccda60cc25a62b20c5645772df5e (patch)
tree7bd19d2dbfd8fd1d89bf766ea16eed1bc930dc49 /svx/source/form/formcontroller.cxx
parent798e8c5eec97e67dd6bdf0f370073914b709045e (diff)
loplugin:casttovoid: svx
Change-Id: I7915d8f069dc0602512d7ab1084c5d7d3b30ee90
Diffstat (limited to 'svx/source/form/formcontroller.cxx')
-rw-r--r--svx/source/form/formcontroller.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 1132e823f5bd..54777d9ebe8d 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -4141,7 +4141,6 @@ void SAL_CALL FormController::setParent( const Reference< XInterface >& Parent)
void SAL_CALL FormController::removeStatusListener( const Reference< XStatusListener >& /*_rxListener*/, const URL& _rURL )
{
- (void)_rURL;
OSL_ENSURE(_rURL.Complete == FMURL_CONFIRM_DELETION, "FormController::removeStatusListener: invalid (unsupported) URL!");
// we never really added the listener, so we don't need to remove it
}