summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcnct.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtcnct.hxx')
-rw-r--r--sw/inc/fmtcnct.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtcnct.hxx b/sw/inc/fmtcnct.hxx
index 56184ab96b34..2d16e5e22a00 100644
--- a/sw/inc/fmtcnct.hxx
+++ b/sw/inc/fmtcnct.hxx
@@ -34,7 +34,7 @@ class SW_DLLPUBLIC SwFormatChain final : public SfxPoolItem
m_aNext; ///< Next SwFlyFrameFormat (if existent).
public:
- SwFormatChain() : SfxPoolItem( RES_CHAIN ) {}
+ SwFormatChain() : SfxPoolItem( RES_CHAIN, SfxItemType::SwFormatChainType ) {}
SwFormatChain( const SwFormatChain &rCpy );
inline SwFormatChain &operator=( const SwFormatChain& );