diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-09 22:07:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 11:25:48 +0200 |
commit | 67e82c48e1729a2ea939ffacb6b237a64cefa763 (patch) | |
tree | 4bb06e2ded7e1f6759d8e30e825616b5137fdc04 /dbaccess | |
parent | 4f00dce2b3f08aea41390786ffdaa29179598dec (diff) |
No more need for EMPTYARG in C++11
Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/TextConnectionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx index 5c8b4b3551aa..1444b7925955 100644 --- a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx @@ -180,7 +180,7 @@ namespace dbaui TabPage::dispose(); } - IMPL_LINK(OTextConnectionHelper, OnControlModified, Control*, /*EMPTYARG*/) + IMPL_LINK(OTextConnectionHelper, OnControlModified, Control*,) { callModifiedHdl(); return 0L; |