summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:28:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:42 +0200
commit74c0eb0626b9ce8849f82249466866515bce6f22 (patch)
tree95c97c5eb3590bd4a3961af420bd0aba545afbec /cui/source/inc/macropg.hxx
parent4a760a8d0b1cf12c6092f733db74ff5b1c83b733 (diff)
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I1b3bf6ac16346ecf6085874d80ac6495e773dd37
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index a5a9eb501530..b9bea10ccf31 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -57,9 +57,9 @@ class _SvxMacroTabPage_Impl;
class _SvxMacroTabPage : public SfxTabPage
{
- DECL_STATIC_LINK( _SvxMacroTabPage, SelectEvent_Impl, SvTabListBox * );
- DECL_STATIC_LINK( _SvxMacroTabPage, AssignDeleteHdl_Impl, PushButton * );
- DECL_STATIC_LINK( _SvxMacroTabPage, DoubleClickHdl_Impl, SvTabListBox * );
+ DECL_LINK( SelectEvent_Impl, SvTabListBox * );
+ DECL_LINK( AssignDeleteHdl_Impl, PushButton * );
+ DECL_LINK( DoubleClickHdl_Impl, SvTabListBox * );
static long GenericHandler_Impl( _SvxMacroTabPage* pThis, PushButton* pBtn );