summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-21 10:43:11 +0200
committerNoel Grandin <noel@peralex.com>2015-09-22 20:21:55 +0200
commit1c061348aa573967132349736675f81bcf5e46af (patch)
tree33fe1a51b1f03499469b5f5339b812efac047845 /sd/source/ui/inc
parentba6cbddd8890b3a5693a187b32c9b92a67511f3d (diff)
convert Link<> to typed
and drop an unused parameter Change-Id: I2f3bc15e4168103a6cb2d19807d291d8da24387e
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/vectdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/vectdlg.hxx b/sd/source/ui/inc/vectdlg.hxx
index 13997a79379f..944a1b2ec0b8 100644
--- a/sd/source/ui/inc/vectdlg.hxx
+++ b/sd/source/ui/inc/vectdlg.hxx
@@ -72,7 +72,7 @@ class SdVectorizeDlg : public ModalDialog
void AddTile( BitmapReadAccess* pRAcc, GDIMetaFile& rMtf,
long nPosX, long nPosY, long nWidth, long nHeight );
- DECL_LINK( ProgressHdl, void* );
+ DECL_LINK_TYPED( ProgressHdl, long, void );
DECL_LINK_TYPED( ClickPreviewHdl, Button*, void );
DECL_LINK_TYPED( ClickOKHdl, Button*, void );
DECL_LINK_TYPED( ToggleHdl, CheckBox&, void );