summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-03-08 10:38:03 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-03-08 10:38:03 -0500
commit3387f0a6dd7c2cc78e1b7c134d49f5bcb2b0870a (patch)
treec3414797992b93ee42fedecf603c2e16b14e5643 /sc/inc/externalrefmgr.hxx
parentkoheiextref01: Forgot to remove this unused method. (diff)
downloadcore-3387f0a6dd7c2cc78e1b7c134d49f5bcb2b0870a.tar.gz
core-3387f0a6dd7c2cc78e1b7c134d49f5bcb2b0870a.zip
koheiextref01: i#109170# Iterate through the formula cell list in the external ref mgr to mark used references.
The old code scanned *all* formula cells in the entire document, to see if any external references exist in the document. Now that the external ref mgr tracks formula cells with external references better, let's use that list, to be more efficient.
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 198c139e28ae..10020a8380d8 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -486,6 +486,8 @@ public:
*/
bool markUsedByLinkListeners();
+ bool markUsedExternalRefCells();
+
/**
* Set all tables of a document as referenced, used only during
* store-to-file.