Fix minor ULONG glitch
This commit is contained in:
parent
c8b81c36a0
commit
09c19c6dda
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue