summaryrefslogtreecommitdiff
path: root/editeng/source/items/optitems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/optitems.cxx')
-rw-r--r--editeng/source/items/optitems.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/optitems.cxx b/editeng/source/items/optitems.cxx
index 254da79d91c1..40d521d48a1e 100644
--- a/editeng/source/items/optitems.cxx
+++ b/editeng/source/items/optitems.cxx
@@ -26,7 +26,7 @@
SfxHyphenRegionItem::SfxHyphenRegionItem( const sal_uInt16 nId ) :
- SfxPoolItem( nId )
+ SfxPoolItem( nId, SfxItemType::SfxRegionItemType )
{
nMinLead = nMinTrail = 0;
}