diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-14 11:28:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-15 09:37:31 +0200 |
commit | e0714ae393661da231466ee679d1a6f5cd49fe35 (patch) | |
tree | 910be73c75f74d4c62dc881361b1a5a211a34c61 /include/dbaccess | |
parent | 30350f72d8ce9d60ae6c47d602eff90f34bf71a9 (diff) |
convert Link<> to typed
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
Diffstat (limited to 'include/dbaccess')
-rw-r--r-- | include/dbaccess/ToolBoxHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx index d9671b45fe3b..b64bf85272f1 100644 --- a/include/dbaccess/ToolBoxHelper.hxx +++ b/include/dbaccess/ToolBoxHelper.hxx @@ -71,7 +71,7 @@ namespace dbaui void checkImageList(); protected: - DECL_LINK(ConfigOptionsChanged, SvtMiscOptions*); + DECL_LINK_TYPED(ConfigOptionsChanged, LinkParamNone*, void); DECL_LINK(SettingsChanged, VclWindowEvent* ); }; } |