summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-19 02:24:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-05-19 02:27:55 +0200
commit158b50763962f66515062300e265839828463efa (patch)
treea57e189f00118dfc5c832443117258df43a759a7 /sc/inc
parentc43a25a7268c1b6ab81e9ba694a1f22223a24afa (diff)
use XL_A1 as ref string syntax for excel produced documents
Change-Id: Ieed3521674ef713d9c09313cd41d1edd6ba3dcc5
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx2
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 );