diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-24 12:24:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-24 15:15:14 +0200 |
commit | c137c2a46cd2276938d572c97fb111b9aa31cdfd (patch) | |
tree | 9fe4c1809e836f3c177fd930b632af6cad5407c0 /sc/inc/arealink.hxx | |
parent | 9fe857b7bd126ff4856fc4689d375881653b97a2 (diff) |
loplugin:constparam in sc part5
Change-Id: Iba249d4d8f7cc686941106983031bae53c7528e1
Reviewed-on: https://gerrit.libreoffice.org/41510
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/arealink.hxx')
-rw-r--r-- | sc/inc/arealink.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index 69b6b5a8d40f..5391d320ce09 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -42,7 +42,7 @@ private: bool bAddUndo; bool bInCreate; bool bDoInsert; // is set to FALSE for first update - static bool FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const OUString& rAreaName ); + static bool FindExtRange( ScRange& rRange, const ScDocument* pSrcDoc, const OUString& rAreaName ); public: ScAreaLink( SfxObjectShell* pShell, const OUString& rFile, |