diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-09 15:44:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-11 12:14:24 -0400 |
commit | 0eabc71b59b97e51b8ee9630873dc8db3401f8f3 (patch) | |
tree | 7fef70b9262d91b306d91140081c9f6bf39a4a4f /sc/inc | |
parent | 2f39c27be2bd66f149e0a4efdd7fa37daee43fb1 (diff) |
Import shared formulas from xlsx without crashing.
The key here is to only use the shared formula ID's and ignore the ref
range. The ref ranges are not correct half the time.
Change-Id: If65f9b1b44ab6239db37977b6dfe3f822a9cf67e
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 076982c27e26..c378a26ce453 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2014,7 +2014,7 @@ public: bool HasBroadcaster( SCTAB nTab, SCCOL nCol ) const; #if DEBUG_COLUMN_STORAGE - void DumpFormulaGroups( SCTAB nTab, SCCOL nCol ) const; + SC_DLLPUBLIC void DumpFormulaGroups( SCTAB nTab, SCCOL nCol ) const; #endif private: // CLOOK-Impl-methods |