summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/appserv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appserv.cxx')
-rw-r--r--sfx2/source/appl/appserv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 14b9aa8b8cf9..5adbc7cad70e 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -275,7 +275,7 @@ namespace
class LicenseDialog : public ModalDialog
{
private:
- DECL_LINK_TYPED(ShowHdl, Button*, void);
+ DECL_LINK(ShowHdl, Button*, void);
public:
explicit LicenseDialog();
};
@@ -286,7 +286,7 @@ namespace
get<PushButton>("show")->SetClickHdl(LINK(this, LicenseDialog, ShowHdl));
}
- IMPL_LINK_NOARG_TYPED(LicenseDialog, ShowHdl, Button*, void)
+ IMPL_LINK_NOARG(LicenseDialog, ShowHdl, Button*, void)
{
EndDialog(RET_OK);
showDocument("LICENSE");