summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-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 67e8ed4a3ba3..719bcac172b3 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1875,7 +1875,7 @@ public:
void SetSrcCharSet( rtl_TextEncoding eNew ) { eSrcSet = eNew; }
void UpdateFontCharSet();
- void FillInfo( ScTableInfo& rTabInfo, SCCOL nCol1, SCROW nRow1,
+ SC_DLLPUBLIC void FillInfo( ScTableInfo& rTabInfo, SCCOL nCol1, SCROW nRow1,
SCCOL nCol2, SCROW nRow2, SCTAB nTab, double fColScale,
double fRowScale, bool bPageMode, bool bFormulaMode,
const ScMarkData* pMarkData = nullptr );