summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-08-12 21:18:27 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-08-13 09:08:24 +0200
commit426d210c4d0baea0752cd5c5073e09a362ae1471 (patch)
tree78b9615e3e5d15784650345a6f4fc16c12e2703a /connectivity
parent3101fa6862e4f849cbbea3fd817914a89eab403b (diff)
connectivity: avoid unnamed parameter
Change-Id: I6745f281924573140b02c5f7e5b7174cd9661134 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100631 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/writer/WDriver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/writer/WDriver.cxx b/connectivity/source/drivers/writer/WDriver.cxx
index ac8507702194..9bd3bc76c1e8 100644
--- a/connectivity/source/drivers/writer/WDriver.cxx
+++ b/connectivity/source/drivers/writer/WDriver.cxx
@@ -36,7 +36,7 @@ OUString SAL_CALL ODriver::getImplementationName()
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
connectivity_writer_ODriver(css::uno::XComponentContext* context,
- css::uno::Sequence<css::uno::Any> const&)
+ css::uno::Sequence<css::uno::Any> const& /*rArguments*/)
{
rtl::Reference<ODriver> ret;
try