summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-10-01 13:41:11 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-10-01 20:06:47 +0200
commit05dbd67f5d7bd6611830fc793985b7d5858bf68c (patch)
tree5f0566342573f89b634b67507849a5e5dd591213 /sc/inc
parentthrow more useful uno::Exception's (diff)
downloadcore-05dbd67f5d7bd6611830fc793985b7d5858bf68c.tar.gz
core-05dbd67f5d7bd6611830fc793985b7d5858bf68c.zip
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.hxx2
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: