summaryrefslogtreecommitdiffstats
path: root/sc/inc/macromgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/macromgr.hxx')
-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: