[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Wed Nov 16 11:00:59 UTC 2016
vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8c976b4544e6feac8e3db54461859d18e94cadaf
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Nov 16 12:00:25 2016 +0100
loplugin:staticanonymous
Change-Id: I074e464996070ac3f20d27a66a5f0246ede45c79
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index a9a32a4..ce9e012 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -3204,7 +3204,7 @@ namespace
namespace
{
- static GdkDragAction getPreferredDragAction(sal_Int8 dragOperation)
+ GdkDragAction getPreferredDragAction(sal_Int8 dragOperation)
{
GdkDragAction eAct(static_cast<GdkDragAction>(0));
More information about the Libreoffice-commits
mailing list