vcl/unx/gtk/gtksalmenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 07b5ac90d55d54bf4514ccb17531967c73f35434 Author: Stephan Bergmann <sberg...@redhat.com> Date: Sun Jun 19 22:07:45 2016 +0200 loplugin:redundantcast Change-Id: I0fc720f677440ed659c445151c5fd4e53f63444c diff --git a/vcl/unx/gtk/gtksalmenu.cxx b/vcl/unx/gtk/gtksalmenu.cxx index af48f1b..081ca54 100644 --- a/vcl/unx/gtk/gtksalmenu.cxx +++ b/vcl/unx/gtk/gtksalmenu.cxx @@ -852,7 +852,7 @@ namespace { void DestroyMemoryStream(gpointer data) { - SvMemoryStream* pMemStm = reinterpret_cast<SvMemoryStream*>(data); + SvMemoryStream* pMemStm = static_cast<SvMemoryStream*>(data); delete pMemStm; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits