diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-09 21:30:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 11:25:46 +0200 |
commit | 31a92c1529260c42069563cb3661527756ce80b6 (patch) | |
tree | ba6a95200d774bb8bbca691d25927ab362d4bf87 /include | |
parent | 73d0dfd51caaa4cce8ad195fa2631f3fa00d691c (diff) |
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: Ic740510b891194ebef6a8fe35bd56f2f1d785c3d
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/colrctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx index 04e67f1f0a9f..cafb35358f1e 100644 --- a/include/svx/colrctrl.hxx +++ b/include/svx/colrctrl.hxx @@ -56,7 +56,7 @@ protected: // DragSourceHelper virtual void StartDrag( sal_Int8 nAction, const Point& rPtPixel ) SAL_OVERRIDE; - DECL_STATIC_LINK(SvxColorValueSet_docking, ExecDragHdl, void*); + DECL_LINK(ExecDragHdl, void*); public: SvxColorValueSet_docking( vcl::Window* pParent, WinBits nWinStyle = WB_ITEMBORDER ); |