summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-01 23:55:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-01 23:55:47 +0100
commitf50f7368ab99bd2dd65fdfbc846cdfd532ae2133 (patch)
treeb5372bb836938a27e28acd28b42c3bcecf9ca397 /svtools
parentMove migrateSettingsIfNecessary into create_user_install (diff)
downloadcore-f50f7368ab99bd2dd65fdfbc846cdfd532ae2133.tar.gz
core-f50f7368ab99bd2dd65fdfbc846cdfd532ae2133.zip
More IMPL_LINK_NOARG fixes
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/QueryFolderName.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/QueryFolderName.hxx b/svtools/inc/svtools/QueryFolderName.hxx
index b9762717d3cd..3451614af751 100644
--- a/svtools/inc/svtools/QueryFolderName.hxx
+++ b/svtools/inc/svtools/QueryFolderName.hxx
@@ -49,8 +49,8 @@ private:
OKButton aOKBtn;
CancelButton aCancelBtn;
- DECL_LINK( OKHdl, Button * );
- DECL_LINK( NameHdl, Edit * );
+ DECL_LINK( OKHdl, void * );
+ DECL_LINK( NameHdl, void * );
public:
QueryFolderNameDialog( Window* _pParent,