From 67e82c48e1729a2ea939ffacb6b237a64cefa763 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 May 2015 22:07:19 +0200 Subject: No more need for EMPTYARG in C++11 Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e --- sw/source/ui/misc/glosbib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/misc/glosbib.cxx') diff --git a/sw/source/ui/misc/glosbib.cxx b/sw/source/ui/misc/glosbib.cxx index 7f86ef083348..98953c089ab8 100644 --- a/sw/source/ui/misc/glosbib.cxx +++ b/sw/source/ui/misc/glosbib.cxx @@ -183,7 +183,7 @@ void SwGlossaryGroupDlg::Apply() } } -IMPL_LINK( SwGlossaryGroupDlg, SelectHdl, SvTabListBox*, EMPTYARG ) +IMPL_LINK( SwGlossaryGroupDlg, SelectHdl, SvTabListBox*, ) { m_pNewPB->Enable(false); SvTreeListEntry* pFirstEntry = m_pGroupTLB->FirstSelected(); -- cgit