Fix minor ULONG glitch

This commit is contained in:
Tor Lillqvist 2011-01-25 20:57:45 +02:00
parent c8b81c36a0
commit 09c19c6dda

View file

@ -547,8 +547,8 @@ void SvxEditDictionaryDialog::ShowWords_Impl( sal_uInt16 nId )
if (aWordsLB.GetEntryCount())
{
aWordED .SetText( aWordsLB.GetEntryText(0LU, 0) );
aReplaceED.SetText( aWordsLB.GetEntryText(0LU, 1) );
aWordED .SetText( aWordsLB.GetEntryText((ULONG)0, 0) );
aReplaceED.SetText( aWordsLB.GetEntryText((ULONG)0, 1) );
}
LeaveWait();