summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog/swwrtshitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dialog/swwrtshitem.cxx')
-rw-r--r--sw/source/uibase/dialog/swwrtshitem.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/dialog/swwrtshitem.cxx b/sw/source/uibase/dialog/swwrtshitem.cxx
index d64f716b1492..833b9bfb3970 100644
--- a/sw/source/uibase/dialog/swwrtshitem.cxx
+++ b/sw/source/uibase/dialog/swwrtshitem.cxx
@@ -21,7 +21,8 @@
#include <globals.hrc>
SwWrtShellItem::SwWrtShellItem( SwWrtShell* pSh )
- : SfxPoolItem( SID_WRT_SHELL ), m_pWrtSh( pSh )
+ : SfxPoolItem( SID_WRT_SHELL, SfxItemType::SwWrtShellItemType )
+ , m_pWrtSh( pSh )
{
}