diff options
Diffstat (limited to 'sw/inc/fmtcntnt.hxx')
-rw-r--r-- | sw/inc/fmtcntnt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx index db634b448f10..756f8f699d5e 100644 --- a/sw/inc/fmtcntnt.hxx +++ b/sw/inc/fmtcntnt.hxx @@ -28,7 +28,7 @@ class SwNodeIndex; class SwStartNode; /// Content, content of frame (header, footer, fly). -class SW_DLLPUBLIC SwFormatContent: public SfxPoolItem +class SwFormatContent: public SfxPoolItem { std::unique_ptr<SwNodeIndex> m_pStartNode; |