diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-03-18 16:23:04 +0000 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-19 13:40:22 -0400 |
commit | 6000c8d15510b77a02d517afb81e3d2e164b318c (patch) | |
tree | 130cfcfac528874c3a27260a324d1de0ce9ef567 /sc/inc/document.hxx | |
parent | 02478afbd86a595dd87f4303e3c8a5ce0f522fcf (diff) |
re-build formula groups inside Interpret instead.
Change-Id: Ied1b82011b88f4eacfd5285176f58bf56c057f67
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 175bf148cc10..4dc0602da26d 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1684,6 +1684,7 @@ public: SC_DLLPUBLIC void CalcFormulaTree( bool bOnlyForced = false, bool bProgressBar = true, bool bSetAllDirty = true ); void ClearFormulaTree(); + void RebuildFormulaGroups(); void AppendToFormulaTrack( ScFormulaCell* pCell ); void RemoveFromFormulaTrack( ScFormulaCell* pCell ); void TrackFormulas( sal_uLong nHintId = SC_HINT_DATACHANGED ); |