summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-09-06 20:08:31 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-09-07 08:15:18 +0200
commit084f60a07cf5ba41d4dd8f9bb2726c78eb8a7874 (patch)
tree7589a1ef474f4ad905801ba2f4f5b34e5d9a9308 /connectivity
parent7ccfae545d7650a7f3e6bc8a010c97cd0a60e9a5 (diff)
Avoid repeating the return type from the declaration
Change-Id: I0dce02d10b8c74e80f5672e2dd580b6837ba3291 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121732 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 7c8cde2da3b7..fa3a3dcf685a 100644
--- a/connectivity/source/drivers/writer/WDriver.cxx
+++ b/connectivity/source/drivers/writer/WDriver.cxx
@@ -82,7 +82,7 @@ ODriver::getPropertyInfo(const OUString& url, const uno::Sequence<beans::Propert
const OUString sMessage = aResources.getResourceString(STR_URI_SYNTAX_ERROR);
::dbtools::throwGenericSQLException(sMessage, *this);
}
- return uno::Sequence<sdbc::DriverPropertyInfo>();
+ return {};
}
} // namespace