summaryrefslogtreecommitdiff
path: root/sw/source/uibase/envelp
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/envelp')
-rw-r--r--sw/source/uibase/envelp/envimg.cxx2
-rw-r--r--sw/source/uibase/envelp/labimg.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/envelp/envimg.cxx b/sw/source/uibase/envelp/envimg.cxx
index b36cfdfa51f3..7fb49d88c42a 100644
--- a/sw/source/uibase/envelp/envimg.cxx
+++ b/sw/source/uibase/envelp/envimg.cxx
@@ -88,7 +88,7 @@ OUString MakeSender()
}
SwEnvItem::SwEnvItem() :
- SfxPoolItem(FN_ENVELOP)
+ SfxPoolItem(FN_ENVELOP, SfxItemType::SwEnvItemType)
{
m_bSend = true;
m_aSendText = MakeSender();
diff --git a/sw/source/uibase/envelp/labimg.cxx b/sw/source/uibase/envelp/labimg.cxx
index b87f9bf5fb29..d4f4b5537cf0 100644
--- a/sw/source/uibase/envelp/labimg.cxx
+++ b/sw/source/uibase/envelp/labimg.cxx
@@ -33,7 +33,7 @@ using namespace ::com::sun::star::uno;
SwLabItem::SwLabItem() :
- SfxPoolItem(FN_LABEL),
+ SfxPoolItem(FN_LABEL, SfxItemType::SwLabItemType),
m_lLeft (0),
m_lUpper(0),
m_nCols (1),