[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Thu Nov 30 21:03:18 UTC 2017


 sw/source/ui/fldui/fldvar.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d91e3f5fb4228b5e4c42ac2532fd84bea6cdbe7d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Nov 30 16:19:26 2017 +0000

    Resolves: tdf#114112 sort 'select' list
    
    Change-Id: I0b80b2f7e8377f92a397b6557d2c3fad3e63f16a
    Reviewed-on: https://gerrit.libreoffice.org/45606
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx
index 46fd6eb88802..cf3434c42e80 100644
--- a/sw/source/ui/fldui/fldvar.cxx
+++ b/sw/source/ui/fldui/fldvar.cxx
@@ -48,6 +48,7 @@ SwFieldVarPage::SwFieldVarPage(vcl::Window* pParent, const SfxItemSet *const pCo
     get(m_pTypeLB, "type");
     get(m_pSelection, "selectframe");
     get(m_pSelectionLB, "select");
+    m_pSelectionLB->SetStyle(m_pSelectionLB->GetStyle() | WB_SORT);
     get(m_pFormat, "formatframe");
     get(m_pChapterFrame, "chapterframe");
     get(m_pNameFT, "nameft");


More information about the Libreoffice-commits mailing list