summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index fc15c370db3e..029e8a8b8454 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -367,7 +367,7 @@ private:
// --------------------
// SwCntntNode
// --------------------
-class SwCntntNode: public SwModify, public SwNode, public SwIndexReg
+class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg
{
// Der Reader darf NewAttrSet() aufrufen!
// friend class SwSwgReader;
@@ -510,7 +510,7 @@ private:
//---------
// SwTableNode
//---------
-class SwTableNode : public SwStartNode
+class SW_DLLPUBLIC SwTableNode : public SwStartNode
{
friend class SwNodes;
SwTable* pTable;