summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-12 19:13:10 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-13 16:40:53 +0200
commit2a9814090c260a2e3154bff36792fcd7d86cf60c (patch)
tree37fe18593d45c8ae577796a4886600ce3682d439 /sc/inc
parentc2c3d86770efc1e39860441d625fcb3b4be7c58e (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.hxx2
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;