Kaydet (Commit) 4367079f authored tarafından Thorsten Behrens's avatar Thorsten Behrens Kaydeden (comit) Michael Meeks

Fix a warning

Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
üst 837e2808
......@@ -219,7 +219,7 @@ void SdStartPresentationDlg::InitMonitorSettings()
// Store display index together with name.
const sal_uInt32 nEntryIndex (maLBMonitor.GetEntryCount()-1);
maLBMonitor.SetEntryData(nEntryIndex, (void*)nDisplay);
maLBMonitor.SetEntryData(nEntryIndex, (void*)(sal_IntPtr)nDisplay);
// Remember the index of the default selection.
if (nDefaultSelectedDisplay == nDisplay)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment