summaryrefslogtreecommitdiff
path: root/include/svx/hlnkitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/hlnkitem.hxx')
-rw-r--r--include/svx/hlnkitem.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/hlnkitem.hxx b/include/svx/hlnkitem.hxx
index 03eb8424561c..95a42c273c59 100644
--- a/include/svx/hlnkitem.hxx
+++ b/include/svx/hlnkitem.hxx
@@ -62,7 +62,8 @@ public:
static SfxPoolItem* CreateDefault();
SvxHyperlinkItem( TypedWhichId<SvxHyperlinkItem> _nWhich = SID_HYPERLINK_GETLINK ):
- SfxPoolItem(_nWhich) { eType = HLINK_DEFAULT; nMacroEvents=HyperDialogEvent::NONE; };
+ SfxPoolItem(_nWhich, SfxItemType::SvxHyperlinkItemType)
+ { eType = HLINK_DEFAULT; nMacroEvents=HyperDialogEvent::NONE; };
SvxHyperlinkItem( const SvxHyperlinkItem& rHyperlinkItem );
SvxHyperlinkItem( TypedWhichId<SvxHyperlinkItem> nWhich, OUString aName, OUString aURL,
OUString aTarget, OUString aIntName,