summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/ucbstorage.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-15 13:35:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-15 20:51:38 +0200
commit8e0918a04ee6797909264943eba23707b224c34c (patch)
tree5690f8fbe14092816805ac80d60b7d77a19d0998 /sot/source/sdstor/ucbstorage.cxx
parent39921c1657d0d131ab7ed6c5490052f53bb764cb (diff)
loplugin:sequenceloop in shell..sot
Change-Id: I40e2a1be0ce7df627d3820192d24821ddd7c3e2f Reviewed-on: https://gerrit.libreoffice.org/77527 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sot/source/sdstor/ucbstorage.cxx')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 0aa9fff0b3c9..1b3bd3381e8a 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -1941,7 +1941,7 @@ bool UCBStorage_Impl::Insert( ::ucbhelper::Content *pContent )
try
{
- Sequence< ContentInfo > aInfo = pContent->queryCreatableContentsInfo();
+ const Sequence< ContentInfo > aInfo = pContent->queryCreatableContentsInfo();
if ( !aInfo.hasElements() )
return false;