diff options
Diffstat (limited to 'sc/source/ui/inc/redcom.hxx')
-rw-r--r-- | sc/source/ui/inc/redcom.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/redcom.hxx b/sc/source/ui/inc/redcom.hxx index 35e350cfc686..d0c4a145215a 100644 --- a/sc/source/ui/inc/redcom.hxx +++ b/sc/source/ui/inc/redcom.hxx @@ -34,8 +34,8 @@ private: OUString aComment; AbstractSvxPostItDialog* pDlg; - DECL_LINK_TYPED( PrevHdl, AbstractSvxPostItDialog&, void ); - DECL_LINK_TYPED( NextHdl, AbstractSvxPostItDialog&, void ); + DECL_LINK( PrevHdl, AbstractSvxPostItDialog&, void ); + DECL_LINK( NextHdl, AbstractSvxPostItDialog&, void ); protected: |