diff options
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index fc44c68aa024..cfad16996773 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -189,7 +189,7 @@ private: @VclSimpleEvent * a poiter to a VCLSimpleEvent (see vcl/vclevent.hxx ) */ - DECL_LINK( EventListenerHdl, VclSimpleEvent* ); + DECL_STATIC_LINK( SdModule, EventListenerHdl, VclSimpleEvent* ); }; |