summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/builder.cxx')
-rw-r--r--vcl/source/window/builder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index a66ad77bbe36..edb66381a832 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -3276,7 +3276,7 @@ void VclBuilder::mungeModel(ListBox &rTarget, const ListStore &rStore, sal_uInt1
if (rRow.size() > 1)
{
sal_IntPtr nValue = rRow[1].toInt32();
- rTarget.SetEntryData(nEntry, (void*)nValue);
+ rTarget.SetEntryData(nEntry, reinterpret_cast<void*>(nValue));
}
}
if (nActiveId < rStore.m_aEntries.size())