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.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/uibase/dialog/swwrtshitem.cxx b/sw/source/uibase/dialog/swwrtshitem.cxx
index e9816626dafd..27a9ab08d398 100644
--- a/sw/source/uibase/dialog/swwrtshitem.cxx
+++ b/sw/source/uibase/dialog/swwrtshitem.cxx
@@ -18,8 +18,10 @@
*/
#include "swwrtshitem.hxx"
-SwWrtShellItem::SwWrtShellItem( sal_uInt16 _nWhich, SwWrtShell* pSh )
- : SfxPoolItem( _nWhich ), pWrtSh( pSh )
+#include <globals.hrc>
+
+SwWrtShellItem::SwWrtShellItem( SwWrtShell* pSh )
+ : SfxPoolItem( SID_WRT_SHELL ), pWrtSh( pSh )
{
}