summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/acredlin.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-01 18:00:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-01 18:00:32 +0100
commitbd205223ec029a875c662474bb6d423d3cdd1994 (patch)
tree6531a292edb0d2a13103a4c55cbd10e7137b8a58 /sc/source/ui/inc/acredlin.hxx
parent32781c2d268ed94eb46318a0398385baf31368c4 (diff)
New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
Diffstat (limited to 'sc/source/ui/inc/acredlin.hxx')
-rw-r--r--sc/source/ui/inc/acredlin.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx
index b1d183a9f5b3..a104fadd05d8 100644
--- a/sc/source/ui/inc/acredlin.hxx
+++ b/sc/source/ui/inc/acredlin.hxx
@@ -160,21 +160,21 @@ private:
void InitFilter();
DECL_LINK( FilterHandle, SvxTPFilter* );
- DECL_LINK( RefHandle, SvxTPFilter* );
- DECL_LINK( FilterModified, SvxTPFilter* );
+ DECL_LINK( RefHandle, void* );
+ DECL_LINK( FilterModified, void* );
DECL_LINK( MinSizeHandle, SvxAcceptChgCtr*);
DECL_LINK( RejectHandle, SvxTPView*);
DECL_LINK( AcceptHandle, SvxTPView*);
- DECL_LINK( RejectAllHandle, SvxTPView*);
- DECL_LINK( AcceptAllHandle, SvxTPView*);
+ DECL_LINK( RejectAllHandle, void*);
+ DECL_LINK( AcceptAllHandle, void*);
DECL_LINK( ExpandingHandle, SvxRedlinTable*);
- DECL_LINK( SelectHandle, SvxRedlinTable*);
+ DECL_LINK( SelectHandle, void*);
DECL_LINK( RefInfoHandle, String*);
- DECL_LINK( UpdateSelectionHdl, Timer*);
+ DECL_LINK( UpdateSelectionHdl, void*);
DECL_LINK( ChgTrackModHdl, ScChangeTrack*);
- DECL_LINK( CommandHdl, Control*);
- DECL_LINK( ReOpenTimerHdl, Timer*);
+ DECL_LINK( CommandHdl, void*);
+ DECL_LINK( ReOpenTimerHdl, void*);
DECL_LINK( ColCompareHdl, SvSortData*);