summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-01-14 13:43:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-01-14 13:43:32 +0000
commit50298ff20d187d63e28b0f5f69870834befb0ee6 (patch)
tree326f68c09da84aba77a06fb8187241c78ab8c9d8 /sc/inc/externalrefmgr.hxx
parent#i10000#: casts required for .Net2008 compiler2 (diff)
downloadcore-50298ff20d187d63e28b0f5f69870834befb0ee6.tar.gz
core-50298ff20d187d63e28b0f5f69870834befb0ee6.zip
#i10000#: export some more classes and methods
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 5d8d7e093966..988b26c7d2bf 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -135,7 +135,7 @@ public:
Table();
~Table();
- void setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex = 0);
+ SC_DLLPUBLIC void setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex = 0);
TokenRef getCell(SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex = NULL) const;
bool hasRow( SCROW nRow ) const;
void getAllRows(::std::vector<SCROW>& rRows) const;