summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/autostyl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/autostyl.hxx')
-rw-r--r--sc/source/ui/inc/autostyl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/autostyl.hxx b/sc/source/ui/inc/autostyl.hxx
index caf2d45dbea0..ff078209911b 100644
--- a/sc/source/ui/inc/autostyl.hxx
+++ b/sc/source/ui/inc/autostyl.hxx
@@ -63,8 +63,8 @@ private:
void ExecuteEntries();
void AdjustEntries(sal_uLong nDiff);
void StartTimer(sal_uLong nNow);
- DECL_LINK_TYPED( TimerHdl, Timer*, void );
- DECL_LINK_TYPED( InitHdl, Idle*, void );
+ DECL_LINK( TimerHdl, Timer*, void );
+ DECL_LINK( InitHdl, Idle*, void );
public:
ScAutoStyleList(ScDocShell* pShell);