summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/glosbib.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 22:07:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:48 +0200
commit67e82c48e1729a2ea939ffacb6b237a64cefa763 (patch)
tree4bb06e2ded7e1f6759d8e30e825616b5137fdc04 /sw/source/ui/misc/glosbib.cxx
parent4f00dce2b3f08aea41390786ffdaa29179598dec (diff)
No more need for EMPTYARG in C++11
Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e
Diffstat (limited to 'sw/source/ui/misc/glosbib.cxx')
-rw-r--r--sw/source/ui/misc/glosbib.cxx2
1 files changed, 1 insertions, 1 deletions
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();