summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-16 11:43:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-16 10:46:03 +0000
commit3d264450989cecdc59a2e64f46a0328432ba0d08 (patch)
tree6900674c4034a2f689950d551398390d0e801b17 /ucb/source/ucp/package
parent125c845f406fca336baea89614a5017f909bab40 (diff)
loplugin:constantfunction in ucbhelper
Change-Id: I80e00b5ac2621378801f89532ed88b377ef72b60 Reviewed-on: https://gerrit.libreoffice.org/23297 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'ucb/source/ucp/package')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index f821140ca3e7..e90152f5de8d 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -1359,8 +1359,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
// Adapt Additional Core Properties.
renameAdditionalPropertySet( xOldId->getContentIdentifier(),
- xNewId->getContentIdentifier(),
- true );
+ xNewId->getContentIdentifier() );
}
else
{