diff options
Diffstat (limited to 'sc/inc/document.hxx')
-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 0a30c7b4f949..7ea90f19015f 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2160,7 +2160,7 @@ public: SC_DLLPUBLIC void DumpAreaBroadcasters() const; #endif - void SetCalcConfig( const ScCalcConfig& rConfig ); + SC_DLLPUBLIC void SetCalcConfig( const ScCalcConfig& rConfig ); const ScCalcConfig& GetCalcConfig() const { return maCalcConfig; } void ConvertFormulaToValue( const ScRange& rRange, sc::TableValues* pUndo ); |