summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-27 14:15:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-27 21:17:20 +0200
commit53491f8a66d72176aab332983f9aff47ecd3d654 (patch)
tree628d8539e19bfad27fcc2b7902b08409afef222e /ucb
parente6538f5bdd876911ea30f84a6512c03908e620fd (diff)
loplugin:returnconstant in ucbhelper,drawinglayer
Change-Id: I4e84c570fe0e555a3aeb1f11632715de466d6e0e Reviewed-on: https://gerrit.libreoffice.org/58192 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/core/FileAccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/FileAccess.cxx b/ucb/source/core/FileAccess.cxx
index 9d7de62bfc56..803eb520981c 100644
--- a/ucb/source/core/FileAccess.cxx
+++ b/ucb/source/core/FileAccess.cxx
@@ -261,7 +261,7 @@ void OFileAccess::transferImpl( const OUString& rSource,
try
{
- (void)aDestPath.transferContent(aSrc,
+ aDestPath.transferContent(aSrc,
bMoveData
? ucbhelper::InsertOperation::Move
: ucbhelper::InsertOperation::Copy,