diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-12 19:13:10 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-13 16:40:53 +0200 |
commit | 2a9814090c260a2e3154bff36792fcd7d86cf60c (patch) | |
tree | 37fe18593d45c8ae577796a4886600ce3682d439 /sc/inc | |
parent | c2c3d86770efc1e39860441d625fcb3b4be7c58e (diff) |
external data: reenable the test and adapt to new interfaces
Change-Id: I2d82b560e0bd499eb85c6ce22f5969f82dfe8937
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 6071fe642c45..0e6cf79b1b6a 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -710,7 +710,7 @@ public: const ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const; ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); void RefreshDirtyTableColumnNames(); - sc::ExternalDataMapper& GetExternalDataMapper(); + SC_DLLPUBLIC sc::ExternalDataMapper& GetExternalDataMapper(); SC_DLLPUBLIC const ScRangeData* GetRangeAtBlock( const ScRange& rBlock, OUString* pName ) const; |