summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-14 11:28:15 +0200
committerNoel Grandin <noel@peralex.com>2015-09-15 09:37:31 +0200
commite0714ae393661da231466ee679d1a6f5cd49fe35 (patch)
tree910be73c75f74d4c62dc881361b1a5a211a34c61 /include/dbaccess
parentconvert Link<> to typed (diff)
downloadcore-e0714ae393661da231466ee679d1a6f5cd49fe35.tar.gz
core-e0714ae393661da231466ee679d1a6f5cd49fe35.zip
convert Link<> to typed
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/ToolBoxHelper.hxx2
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* );
};
}