diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-13 11:29:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-13 13:27:52 +0200 |
commit | 523036daaddf466eee46183bbec9a71d45c48a41 (patch) | |
tree | 21582b9f2ac1b8714233d7cb4d4c1aba17a15c3e /sfx2/source/doc/objcont.cxx | |
parent | 746289bf97ee6eeaf8a1df6b040dd9ae29bab0ce (diff) |
loplugin:passstuffbyref in sfx2
Change-Id: I8c9d6e972f74ee04c8befda3b4cabb6e9b6b2054
Diffstat (limited to 'sfx2/source/doc/objcont.cxx')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index e6c0ee950a28..87769d5e551e 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -622,7 +622,7 @@ bool SfxObjectShell::SetModifyPasswordHash( sal_uInt32 nHash ) return false; } -uno::Sequence< beans::PropertyValue > SfxObjectShell::GetModifyPasswordInfo() const +const uno::Sequence< beans::PropertyValue >& SfxObjectShell::GetModifyPasswordInfo() const { return pImp->m_aModifyPasswordInfo; } |