summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-30 13:45:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-31 08:33:40 +0200
commit307be8c9cedb32560419bbb09e029b906e5f1acd (patch)
treecda408f6f320e7e7cb24dd7e022259c807f0c89e /ucb
parent7c41a3e50433fe67eb361f79121d103929946d23 (diff)
clang-tidy readability-redundant-control-flow
Change-Id: I832f7ef0f1bd55e365db7e49823fe8bc30390c04 Reviewed-on: https://gerrit.libreoffice.org/38215 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filrset.cxx1
-rw-r--r--ucb/source/ucp/file/prov.cxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/ucb/source/ucp/file/filrset.cxx b/ucb/source/ucp/file/filrset.cxx
index 4cad6911abe2..3234e975ab10 100644
--- a/ucb/source/ucp/file/filrset.cxx
+++ b/ucb/source/ucp/file/filrset.cxx
@@ -422,7 +422,6 @@ void SAL_CALL
XResultSet_impl::refreshRow()
{
// get the row from the filesystem
- return;
}
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index 4c3f7899edfd..cd0d4b9e272f 100644
--- a/ucb/source/ucp/file/prov.cxx
+++ b/ucb/source/ucp/file/prov.cxx
@@ -430,7 +430,6 @@ FileProvider::addPropertyChangeListener(
const OUString&,
const Reference< XPropertyChangeListener >& )
{
- return;
}
@@ -439,7 +438,6 @@ FileProvider::removePropertyChangeListener(
const OUString&,
const Reference< XPropertyChangeListener >& )
{
- return;
}
void SAL_CALL
@@ -447,7 +445,6 @@ FileProvider::addVetoableChangeListener(
const OUString&,
const Reference< XVetoableChangeListener >& )
{
- return;
}
@@ -456,7 +453,6 @@ FileProvider::removeVetoableChangeListener(
const OUString&,
const Reference< XVetoableChangeListener >& )
{
- return;
}