From 05dbd67f5d7bd6611830fc793985b7d5858bf68c Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 1 Oct 2017 13:41:11 +0200 Subject: Replace list by vector in macromgr.cxx (sc) Change-Id: I5b57d4f4a1e0c68fdc56d84392f4b1472a67e82b Reviewed-on: https://gerrit.libreoffice.org/42992 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/inc/macromgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') 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: -- cgit