summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx')
-rw-r--r--svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx b/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
index b3d04e538338..da9c3d98493a 100644
--- a/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
+++ b/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
@@ -23,6 +23,7 @@
#include <sfx2/tbxctrl.hxx>
class SvxLineSpacingItem;
+class Button;
namespace svx {
@@ -70,7 +71,7 @@ private:
DECL_LINK(LineSPDistHdl_Impl, ListBox*);
DECL_LINK(LineSPDistAtHdl_Impl, void*);
- DECL_LINK(PredefinedValuesHandler, void*);
+ DECL_LINK_TYPED(PredefinedValuesHandler, Button*, void);
};
}