summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuihyperdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/cuihyperdlg.cxx')
-rw-r--r--cui/source/dialogs/cuihyperdlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx
index bf50ae2b07fd..b9e61db2f334 100644
--- a/cui/source/dialogs/cuihyperdlg.cxx
+++ b/cui/source/dialogs/cuihyperdlg.cxx
@@ -90,10 +90,10 @@ SvxHpLinkDlg::SvxHpLinkDlg (vcl::Window* pParent, SfxBindings* pBindings)
std::vector<Image> imgVector;
OUString aStrTitle;
SvxIconChoiceCtrlEntry *pEntry;
- imgVector.push_back(Image(BitmapEx(RID_SVXBMP_HLINETTP)));
- imgVector.push_back(Image(BitmapEx(RID_SVXBMP_HLMAILTP)));
- imgVector.push_back(Image(BitmapEx(RID_SVXBMP_HLDOCTP)));
- imgVector.push_back(Image(BitmapEx(RID_SVXBMP_HLDOCNTP)));
+ imgVector.emplace_back(BitmapEx(RID_SVXBMP_HLINETTP));
+ imgVector.emplace_back(BitmapEx(RID_SVXBMP_HLMAILTP));
+ imgVector.emplace_back(BitmapEx(RID_SVXBMP_HLDOCTP));
+ imgVector.emplace_back(BitmapEx(RID_SVXBMP_HLDOCNTP));
for(Image &aImage : imgVector )
{