diff options
Diffstat (limited to 'svx/source/tbxctrls/tbcontrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 96e79d5c9e17..50a55a82dcf7 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -1919,7 +1919,7 @@ SvxCurrencyList_Impl::SvxCurrencyList_Impl( { m_pCurrencyLb->InsertEntry (*i); OUString *pFormatStr = &m_aFormatEntries[nPos]; - m_pCurrencyLb->SetEntryData( nPos, static_cast<void*>( pFormatStr ) ); + m_pCurrencyLb->SetEntryData( nPos, pFormatStr ); if( *pFormatStr == m_rSelectedFormat ) nSelectedPos = nPos; } |