summaryrefslogtreecommitdiff
path: root/cui/source/options/optopencl.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-29 20:50:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-29 20:50:28 +0200
commit8775290658df28f331bfc2611a072fd691620417 (patch)
treeb131fbc30ec4147f299b6cb728c7557dc0cfffdc /cui/source/options/optopencl.hxx
parent97fda453bc43fbae3d0a9fd05259e92d3205fd06 (diff)
loplugin:staticmethods
Change-Id: I506f1e79a7500ab79dd0f199150949face091931
Diffstat (limited to 'cui/source/options/optopencl.hxx')
-rw-r--r--cui/source/options/optopencl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optopencl.hxx b/cui/source/options/optopencl.hxx
index f66f3f486ee7..d6379682c310 100644
--- a/cui/source/options/optopencl.hxx
+++ b/cui/source/options/optopencl.hxx
@@ -36,7 +36,7 @@ private:
VclPtr<FixedText> clUsed;
- DECL_LINK_TYPED(EnableOpenCLHdl, Button*, void);
+ DECL_STATIC_LINK_TYPED(SvxOpenCLTabPage, EnableOpenCLHdl, Button*, void);
static void EnableOpenCLHdl(VclFrame* pFrame, bool aEnable);