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.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 02ff2e084ea9..9bd90c95ca76 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -103,7 +103,6 @@ public:
SfxItemSet* GetItemSet( ) const;
};
-
class SW_DLLPUBLIC SwRedlineData
{
friend class SwRangeRedline;
@@ -181,7 +180,6 @@ public:
OUString GetDescr() const;
};
-
class SW_DLLPUBLIC SwRangeRedline : public SwPaM
{
SwRedlineData* pRedlineData;
@@ -382,7 +380,6 @@ public:
const SwView* GetView() const { return pView; }
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */