Kaydet (Commit) a0afd5c0 authored tarafından Caolán McNamara's avatar Caolán McNamara

GetEntryCount is 0 at ctor time

Change-Id: I01ae503df29dbce12b10d661072a7a45e2336d2e
Reviewed-on: https://gerrit.libreoffice.org/64988
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 7fd8c82a
......@@ -944,12 +944,6 @@ void SwCaptionOptPage::InvalidatePreview()
CaptionComboBox::CaptionComboBox(vcl::Window* pParent, WinBits nStyle)
: ComboBox(pParent, nStyle)
{
// create administration for the resource's Stringlist
sal_Int32 nSize = GetEntryCount();
for( sal_Int32 i=0; i < nSize; ++i )
{
m_EntryList.push_back(ComboBox::GetEntry(i));
}
}
CaptionComboBox::~CaptionComboBox()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment