summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index b05f132b5e23..871c9f477f9a 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -91,7 +91,7 @@ public:
};
-class SwRedlineData
+class SW_DLLPUBLIC SwRedlineData
{
friend class SwRedline;
SwRedlineData* pNext; // Verweis auf weitere Daten
@@ -169,7 +169,7 @@ public:
};
-class SwRedline : public SwPaM
+class SW_DLLPUBLIC SwRedline : public SwPaM
{
SwRedlineData* pRedlineData;
SwNodeIndex* pCntntSect;