diff options
Diffstat (limited to 'sc/source/ui/inc/editsh.hxx')
-rw-r--r-- | sc/source/ui/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx index 1638ce4b2785..eaeed421ca27 100644 --- a/sc/source/ui/inc/editsh.hxx +++ b/sc/source/ui/inc/editsh.hxx @@ -46,7 +46,7 @@ private: const SvxURLField* GetURLField(); ScInputHandler* GetMyInputHdl(); - DECL_LINK_TYPED( ClipboardChanged, TransferableDataHelper*, void ); + DECL_LINK( ClipboardChanged, TransferableDataHelper*, void ); public: SFX_DECL_INTERFACE(SCID_EDIT_SHELL) |