summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-14 11:28:15 +0200
committerNoel Grandin <noel@peralex.com>2015-09-15 09:37:31 +0200
commite0714ae393661da231466ee679d1a6f5cd49fe35 (patch)
tree910be73c75f74d4c62dc881361b1a5a211a34c61 /svx/source/gallery2
parent30350f72d8ce9d60ae6c47d602eff90f34bf71a9 (diff)
convert Link<> to typed
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws2.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index ce1e8323799b..f54a93443707 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -1331,7 +1331,7 @@ IMPL_LINK_TYPED( GalleryBrowser2, SelectTbxHdl, ToolBox*, pBox, void )
SetMode( GALLERYBROWSERMODE_LIST );
}
-IMPL_LINK_NOARG(GalleryBrowser2, MiscHdl)
+IMPL_LINK_NOARG_TYPED(GalleryBrowser2, MiscHdl, LinkParamNone*, void)
{
maViewBox->SetOutStyle( maMiscOptions.GetToolboxStyle() );
@@ -1351,8 +1351,6 @@ IMPL_LINK_NOARG(GalleryBrowser2, MiscHdl)
maViewBox->SetSizePixel( maViewBox->CalcWindowSizePixel() );
Resize();
-
- return 0L;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */