summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PhotoAlbumDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/PhotoAlbumDialog.hxx')
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.hxx b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
index 05748b3a673b..723f20aa4ef7 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.hxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
@@ -70,14 +70,14 @@ private:
SdDrawDocument* pDoc;
GraphicFilter* mpGraphicFilter;
- DECL_LINK(CancelHdl, void*);
- DECL_LINK(CreateHdl, void*);
+ DECL_LINK_TYPED(CancelHdl, Button*, void);
+ DECL_LINK_TYPED(CreateHdl, Button*, void);
- DECL_LINK(FileHdl, void*);
+ DECL_LINK_TYPED(FileHdl, Button*, void);
DECL_LINK(TextHdl, void*);
- DECL_LINK(UpHdl, void*);
- DECL_LINK(DownHdl, void*);
- DECL_LINK(RemoveHdl, void*);
+ DECL_LINK_TYPED(UpHdl, Button*, void);
+ DECL_LINK_TYPED(DownHdl, Button*, void);
+ DECL_LINK_TYPED(RemoveHdl, Button*, void);
DECL_LINK(SelectHdl, void*);