diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-10-01 13:41:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-01 20:06:47 +0200 |
commit | 05dbd67f5d7bd6611830fc793985b7d5858bf68c (patch) | |
tree | 5f0566342573f89b634b67507849a5e5dd591213 /sc/inc | |
parent | 20bae560c05a3df6e7ce8d4b869ed00f951c1e59 (diff) |
Replace list by vector in macromgr.cxx (sc)
Change-Id: I5b57d4f4a1e0c68fdc56d84392f4b1472a67e82b
Reviewed-on: https://gerrit.libreoffice.org/42992
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/macromgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/macromgr.hxx b/sc/inc/macromgr.hxx index 9906b55d08f9..02156f155ece 100644 --- a/sc/inc/macromgr.hxx +++ b/sc/inc/macromgr.hxx @@ -34,7 +34,7 @@ public: SC_DLLPUBLIC bool GetUserFuncVolatile( const OUString& sName ); void AddDependentCell(const OUString& aModuleName, ScFormulaCell* pCell); - void RemoveDependentCell(ScFormulaCell* pCell); + void RemoveDependentCell(const ScFormulaCell* pCell); void BroadcastModuleUpdate(const OUString& aModuleName); private: |