summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.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 /sw/source/ui/inc/view.hxx
parentgiven that we can build with java7 now, allow it for windows too (diff)
downloadcore-bd205223ec029a875c662474bb6d423d3cdd1994.tar.gz
core-bd205223ec029a875c662474bb6d423d3cdd1994.zip
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 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 4f374af5314c..229e8f5d810c 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -299,10 +299,10 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
SW_DLLPRIVATE void CreateBtns();
SW_DLLPRIVATE DECL_LINK( BtnPage, Button * );
- SW_DLLPRIVATE DECL_LINK( TimeoutHdl, Timer * );
+ SW_DLLPRIVATE DECL_LINK( TimeoutHdl, void* );
SW_DLLPRIVATE DECL_LINK( UpdatePercentHdl, GraphicFilter* );
- SW_DLLPRIVATE DECL_LINK( FieldPopupModeEndHdl, FloatingWindow * );
+ SW_DLLPRIVATE DECL_LINK( FieldPopupModeEndHdl, void* );
inline long GetXScroll() const;
inline long GetYScroll() const;
@@ -582,10 +582,10 @@ public:
void StateTabWin(SfxItemSet&);
// attributes have changed
- DECL_LINK( AttrChangedNotify, SwWrtShell * );
+ DECL_LINK( AttrChangedNotify, void* );
// form control has been activated
- DECL_LINK( FormControlActivated, FmFormShell* );
+ DECL_LINK( FormControlActivated, void* );
// edit links
void EditLinkDlg();