| commit | 5040e5038cc240b746db7badbc237d5bcd9cf690 | [log] |
|---|---|---|
| author | Noel Grandin <noel@peralex.com> | Thu Apr 16 09:12:26 2015 +0200 |
| committer | Noel Grandin <noel@peralex.com> | Thu Apr 16 09:12:26 2015 +0200 |
| tree | 222e7bf5e7747460439da4c038f18d6414253eb7 | |
| parent | d3d2453432a59fbba3a8f8c44260982bf67ec939 [diff] |
fix crash in CppunitTest_sw_uiwriter Change-Id: I2411ce6d661f5bcbdc5e6d09f195ba6f15da24ba
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index d2e330b..f03a7ec 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx
@@ -2664,7 +2664,7 @@ IMPL_LINK_NOARG(ToolBox, ImplDropdownLongClickHdl) IMPL_LINK_NOARG(ToolBox, ImplUpdateHdl) { if( mbFormat ) if( mbFormat && mpData ) ImplFormat(); return 0;