summaryrefslogtreecommitdiff
path: root/sc/inc/token.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/token.hxx
parent878ae4fa504e908d7798c5e79bf6830a46455fee (diff)
#i10000#: export some more classes and methods
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index f9fdba19ade2..6c355260c9b2 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -278,7 +278,7 @@ public:
};
-class ScEmptyCellToken : public ScToken
+class SC_DLLPUBLIC ScEmptyCellToken : public ScToken
{
bool bInherited :1;
bool bDisplayedAsString :1;
@@ -301,7 +301,7 @@ public:
/** Transports the result from the interpreter to the formula cell. */
-class ScMatrixCellResultToken : public ScToken
+class SC_DLLPUBLIC ScMatrixCellResultToken : public ScToken
{
// No non-const access implemented, silence down unxsols4 complaining about
// the public GetMatrix() hiding the one from ScToken.
@@ -339,7 +339,7 @@ public:
/** Stores the matrix result at the formula cell, additionally the range the
matrix formula occupies. */
-class ScMatrixFormulaCellToken : public ScMatrixCellResultToken
+class SC_DLLPUBLIC ScMatrixFormulaCellToken : public ScMatrixCellResultToken
{
private:
SCROW nRows;