diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-13 21:39:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 20:18:41 +0200 |
commit | 2b9f23b9b8a62d82691233d789e830b3bde7b3da (patch) | |
tree | 786c9332f5bbfbc475c3eee80fdf5744e9deefbd /vcl/source/control/combobox.cxx | |
parent | 19be86249dcc5b13b3c95f5469600fa2bc1b749b (diff) |
weld SwFrameAddPage
Change-Id: Ia63e22d01c6bcc08f50d3e1b12943094660c7fd0
Reviewed-on: https://gerrit.libreoffice.org/61758
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control/combobox.cxx')
-rw-r--r-- | vcl/source/control/combobox.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index f114df9deaa7..03a2946417b2 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -1294,6 +1294,11 @@ void ComboBox::SetSeparatorPos( sal_Int32 n ) m_pImpl->m_pImplLB->SetSeparatorPos( n ); } +void ComboBox::AddSeparator( sal_Int32 n ) +{ + m_pImpl->m_pImplLB->AddSeparator( n ); +} + void ComboBox::SetMRUEntries( const OUString& rEntries ) { m_pImpl->m_pImplLB->SetMRUEntries( rEntries, ';' ); |