diff options
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 |