summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtlists.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 11:49:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 13:03:29 +0200
commit8bedbc3f567f3f6d567376ccf0830160df1d4bbb (patch)
treed3f4292a0529dbced8916abd3a6cef53ae6ad2b5 /xmloff/inc/txtlists.hxx
parentf24b46c27243b88e4d367d7b105d1365e97dbd76 (diff)
loplugin:constparams in xmloff
Change-Id: Iec9535b106c85e47ddb14eec4ef3db5b1c8d8fd7 Reviewed-on: https://gerrit.libreoffice.org/40219 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/txtlists.hxx')
-rw-r--r--xmloff/inc/txtlists.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx
index f4696713908e..1d335be473f9 100644
--- a/xmloff/inc/txtlists.hxx
+++ b/xmloff/inc/txtlists.hxx
@@ -74,7 +74,7 @@ class XMLTextListsHelper
OUString GenerateNewListId() const;
// Provide list id for a certain list block for import (#i92811#)
- OUString GetListIdForListBlock( XMLTextListBlockContext& rListBlock );
+ OUString GetListIdForListBlock( XMLTextListBlockContext const & rListBlock );
// keep track of continue list chain for export
void StoreLastContinuingList( const OUString& sListId,