summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r--sc/inc/scmatrix.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index b8af31dd1621..ca5a80b854f5 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -35,6 +35,7 @@
#include "intruref.hxx"
#include "errorcodes.hxx"
#include <tools/string.hxx>
+#include "scdllapi.h"
class SvStream;
class ScInterpreter;
@@ -87,7 +88,7 @@ union ScMatrixValue
methods don't reset strings. As a consequence memory leaks may occur if
used wrong.
*/
-class ScMatrix
+class SC_DLLPUBLIC ScMatrix
{
ScMatrixValue* pMat;
ScMatValType* mnValType;