From 513a21c1d635ea5b830f6b075b2a951ca1c94eff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Jan 2018 12:20:11 +0000 Subject: Resolves: tdf#114728 wrong entries in bibliographic entry dialog Change-Id: I15f889c108805075c716d21af84c13f98f4e7226 Reviewed-on: https://gerrit.libreoffice.org/47594 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/ui/index/swuiidxmrk.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/source/ui') diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index 61249f585796..6c2561065cff 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -1502,7 +1502,8 @@ SwCreateAuthEntryDlg_Impl::SwCreateAuthEntryDlg_Impl(vcl::Window* pParent, { pTypeListBox = VclPtr::Create(bLeft ? pLeft : pRight, WB_DROPDOWN|WB_BORDER|WB_VCENTER); for (int j = 0; j < AUTH_TYPE_END; j++) - pTypeListBox->InsertEntry(SwResId(STR_AUTH_FIELD_ARY[j])); + pTypeListBox->InsertEntry(SwAuthorityFieldType::GetAuthTypeName(static_cast(j))); + pTypeListBox->EnableAutoSize(true); if(!pFields[aCurInfo.nToxField].isEmpty()) { pTypeListBox->SelectEntryPos(pFields[aCurInfo.nToxField].toInt32()); -- cgit v1.2.3