summaryrefslogtreecommitdiff
path: root/cui/source/options/optdict.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optdict.cxx')
-rw-r--r--cui/source/options/optdict.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index 8eb8916e169d..a8599630077e 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -550,8 +550,8 @@ void SvxEditDictionaryDialog::ShowWords_Impl( sal_uInt16 nId )
if (aWordsLB.GetEntryCount())
{
- aWordED .SetText( aWordsLB.GetEntryText((ULONG)0, 0) );
- aReplaceED.SetText( aWordsLB.GetEntryText((ULONG)0, 1) );
+ aWordED .SetText( aWordsLB.GetEntryText((sal_uLong)0, 0) );
+ aReplaceED.SetText( aWordsLB.GetEntryText((sal_uLong)0, 1) );
}
LeaveWait();