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

restore full list of destination colors

Change-Id: I54d7372bade5ac067a781956d987409008de0b2b
üst 5adefb21
...@@ -186,7 +186,7 @@ void SvxGradientTabPage::ActivatePage( const SfxItemSet& ) ...@@ -186,7 +186,7 @@ void SvxGradientTabPage::ActivatePage( const SfxItemSet& )
// LbColorTo // LbColorTo
nPos = m_pLbColorTo->GetSelectEntryPos(); nPos = m_pLbColorTo->GetSelectEntryPos();
m_pLbColorTo->Clear(); m_pLbColorTo->Clear();
m_pLbColorTo->CopyEntries( m_pLbColorFrom ); m_pLbColorTo->CopyEntries( *m_pLbColorFrom );
nCount = m_pLbColorTo->GetEntryCount(); nCount = m_pLbColorTo->GetEntryCount();
if( nCount == 0 ) if( nCount == 0 )
; // this case should not occur ; // this case should not occur
......
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