summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-16 12:00:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-16 12:00:25 +0100
commit8c976b4544e6feac8e3db54461859d18e94cadaf (patch)
tree813d89a4f6ddd54a6a178aac852683f6f76442f0 /vcl
parent722ea624fdb1ae3c5009b9dadc5699dc3724c649 (diff)
loplugin:staticanonymous
Change-Id: I074e464996070ac3f20d27a66a5f0246ede45c79
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index a9a32a429e5c..ce9e012de30c 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));