summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/fltshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/fltshell.hxx')
-rw-r--r--sw/source/filter/inc/fltshell.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx
index 12ec446bf081..3d1508591c50 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -200,7 +200,8 @@ public:
SwFltRedline(RedlineType eType_,
std::size_t nAutorNo_,
const DateTime& rStamp_)
- : SfxPoolItem(RES_FLTR_REDLINE), m_aStamp(rStamp_),
+ : SfxPoolItem(RES_FLTR_REDLINE, SfxItemType::SwFltRedlineType)
+ , m_aStamp(rStamp_),
m_eType(eType_),
m_nAutorNo(nAutorNo_)
{