summaryrefslogtreecommitdiff
path: root/sc/inc/column.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/column.hxx
parentb7450350c117ec6d4e3f5edee10a2a9dbb3b2b99 (diff)
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/column.hxx')
-rw-r--r--sc/inc/column.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 08f3d1f7b1e3..3386b3ebec67 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -273,7 +273,6 @@ public:
void CalcAfterLoad();
void CompileAll();
void CompileXML( ScProgress& rProgress );
- bool MarkUsedExternalReferences();
void ResetChanged( SCROW nStartRow, SCROW nEndRow );