summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/GalleryControl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/GalleryControl.hxx b/svx/inc/GalleryControl.hxx
index a807b05dbea8..268aba405abd 100644
--- a/svx/inc/GalleryControl.hxx
+++ b/svx/inc/GalleryControl.hxx
@@ -33,6 +33,7 @@ class GallerySplitter;
class GalleryBrowser1;
class GalleryBrowser2;
class FmFormModel;
+class Splitter;
namespace svx { namespace sidebar {
@@ -59,7 +60,7 @@ private:
virtual void Resize() SAL_OVERRIDE;
virtual void GetFocus() SAL_OVERRIDE;
- DECL_LINK(SplitHdl, void*);
+ DECL_LINK_TYPED(SplitHdl, Splitter*, void);
protected:
void ThemeSelectionHasChanged();