summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-03-10 09:37:43 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-03-10 09:37:43 -0500
commit99e81a072b0a4b60c695d1ddc1a063cb0abd88a4 (patch)
treef02cf93584b6b876f44462bbf49254599f22b923 /sc/inc/externalrefmgr.hxx
parentkoheiextref01: #i108404# Disable interaction handler when interpreting formul... (diff)
downloadcore-99e81a072b0a4b60c695d1ddc1a063cb0abd88a4.tar.gz
core-99e81a072b0a4b60c695d1ddc1a063cb0abd88a4.zip
koheiextref01: Have ScExternalRefManager::ApiGuard take ScDocument pointer, to make its declaration one-liner.
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 3f368d9a3189..06704942a8aa 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -394,7 +394,7 @@ public:
class ApiGuard
{
public:
- ApiGuard(ScExternalRefManager* pMgr);
+ ApiGuard(ScDocument* pDoc);
~ApiGuard();
private:
ScExternalRefManager* mpMgr;