diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 15:17:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 16:06:22 +0200 |
commit | c14f1abc49de68591298437b33b07feeddeb5a5d (patch) | |
tree | 04923fa380f401559d16bbd98c3d484158d1708e /sw/inc/shellio.hxx | |
parent | fa1be538cdb0f15aff717aa8583c191194609266 (diff) |
loplugin:constparams in sw part4
Change-Id: Ic42b2691869b61ba906222db893e284d8b9c39c1
Reviewed-on: https://gerrit.libreoffice.org/40767
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 22791a14acf2..bbace938d039 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -315,7 +315,7 @@ public: bool Delete( sal_uInt16 ); void Rename( sal_uInt16, const OUString*, const OUString* ); - ErrCode CopyBlock( SwTextBlocks& rSource, OUString& rSrcShort, + ErrCode CopyBlock( SwTextBlocks const & rSource, OUString& rSrcShort, const OUString& rLong ); bool BeginGetDoc( sal_uInt16 ); // Read text modules. |