summaryrefslogtreecommitdiff
path: root/include/dbaccess
diff options
context:
space:
mode:
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* );
};
}