summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 11:09:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 13:31:28 +0200
commit49bc18c0472b4c7758bfcbdf55383de9e9ef3027 (patch)
tree66eed1e82918cc122ad5e1e4a6cfa604c6633bb5 /include/sot
parent89805d2846298cfa7345aef2673666649a42773b (diff)
loplugin:constparams in i18nutil,sot
Change-Id: I8e91b11baa855b1049130746b34f53158010948b Reviewed-on: https://gerrit.libreoffice.org/40050 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/stg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/stg.hxx b/include/sot/stg.hxx
index 3e7cd9f78d43..e565c3e7b266 100644
--- a/include/sot/stg.hxx
+++ b/include/sot/stg.hxx
@@ -319,7 +319,7 @@ public:
virtual bool Equals( const BaseStorage& rStream ) const override;
UCBStorageElement_Impl* FindElement_Impl( const OUString& rName ) const;
- bool CopyStorageElement_Impl( UCBStorageElement_Impl& rElement,
+ bool CopyStorageElement_Impl( UCBStorageElement_Impl const & rElement,
BaseStorage* pDest, const OUString& rNew ) const;
BaseStorage* OpenStorage_Impl( const OUString & rEleName,
StreamMode, bool bDirect, bool bForceUCBStorage );