From 92125d0d669671ca0fd21408b93f89d0e3cf860c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 26 Sep 2021 18:42:37 +0200 Subject: use SfxItemSetFixed in various Change-Id: Ie2472959dbab93ead20948245fca9644de834422 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122653 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/dialogs/cuihyperdlg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cui/source/dialogs/cuihyperdlg.cxx') diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx index cb48f126278b..350bdb6c6e14 100644 --- a/cui/source/dialogs/cuihyperdlg.cxx +++ b/cui/source/dialogs/cuihyperdlg.cxx @@ -184,8 +184,7 @@ void SvxHpLinkDlg::Close() void SvxHpLinkDlg::Apply() { - SfxItemSet aItemSet( SfxGetpApp()->GetPool(), svl::Items ); + SfxItemSetFixed aItemSet( SfxGetpApp()->GetPool() ); SvxHyperlinkTabPageBase* pCurrentPage = static_cast( GetTabPage( GetCurPageId() ) ); -- cgit