diff options
-rw-r--r-- | sw/source/ui/config/optload.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 248501fe4232..e036f6f53254 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -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() |