summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-21 10:42:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-21 10:42:37 +0000
commit06c740aafc1b21468de3a631d117d74a520e4db6 (patch)
tree07035752f3141f242f308295801a95f34584fa2f
parent3fa4674615b747e219afe5bf0a9b689df3840439 (diff)
WaE: loplugin:casttovoid
Change-Id: I823a809048905a93f1413e3332dcb5fe18748a4a
-rw-r--r--sw/source/ui/vba/vbaapplication.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx
index 3a0b6042cda7..2674a9c6efe1 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -352,9 +352,8 @@ uno::Any SAL_CALL SwVbaApplication::getCustomizationContext()
return uno::Any(); // ???
}
-void SAL_CALL SwVbaApplication::setCustomizationContext( const uno::Any& _customizationcontext )
+void SAL_CALL SwVbaApplication::setCustomizationContext(const uno::Any& /*_customizationcontext*/)
{
- (void) _customizationcontext;
// ???
}