diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-30 12:15:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-31 08:25:37 +0200 |
commit | c394363c84064c041391627602665ea1fa74db60 (patch) | |
tree | 7e41cb32ff0e2b0701ff3113c8a819f5f961d497 /basctl/source/basicide/iderdll2.hxx | |
parent | c9253818ec8252169c20450b41878be459568d95 (diff) |
loplugin:constparams in basctl
Change-Id: If6c2b980a2916c4ee8ac108fbb84b006a35f49c5
Reviewed-on: https://gerrit.libreoffice.org/40570
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/basicide/iderdll2.hxx')
-rw-r--r-- | basctl/source/basicide/iderdll2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/iderdll2.hxx b/basctl/source/basicide/iderdll2.hxx index cd2484011039..feb9e0e6b74b 100644 --- a/basctl/source/basicide/iderdll2.hxx +++ b/basctl/source/basicide/iderdll2.hxx @@ -57,7 +57,7 @@ public: LibInfo& GetLibInfo () { return aLibInfo; } EntryDescriptor& GetLastEntryDescriptor () { return m_aLastEntryDesc; } - void SetLastEntryDescriptor (EntryDescriptor& rDesc) { m_aLastEntryDesc = rDesc; } + void SetLastEntryDescriptor (EntryDescriptor const & rDesc) { m_aLastEntryDesc = rDesc; } bool& ChoosingMacro() { return bChoosingMacro; } bool& ShellInCriticalSection() { return bShellInCriticalSection; } |