Kaydet (Commit) 5040e503 authored tarafından Noel Grandin's avatar Noel Grandin

fix crash in CppunitTest_sw_uiwriter

Change-Id: I2411ce6d661f5bcbdc5e6d09f195ba6f15da24ba
üst d3d24534
......@@ -2664,7 +2664,7 @@ IMPL_LINK_NOARG(ToolBox, ImplDropdownLongClickHdl)
IMPL_LINK_NOARG(ToolBox, ImplUpdateHdl)
{
if( mbFormat )
if( mbFormat && mpData )
ImplFormat();
return 0;
......
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