summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/options/optlingu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index c915ec25ad69..945963ddc989 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -1470,7 +1470,7 @@ IMPL_LINK(SvxLinguTabPage, ClickHdl_Impl, weld::Button&, rBtn, void)
DBG_ASSERT(nEntry != -1, "no entry selected");
if (nEntry != -1)
{
- OptionsUserData aData(m_xLinguOptionsCLB->get_id(nEntry).toInt32());
+ OptionsUserData aData(m_xLinguOptionsCLB->get_id(nEntry).toUInt32());
if (aData.HasNumericValue())
{
sal_uInt16 nRID = aData.GetEntryId();