summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellLineStyleControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStyleControl.hxx')
-rw-r--r--sc/source/ui/sidebar/CellLineStyleControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleControl.hxx b/sc/source/ui/sidebar/CellLineStyleControl.hxx
index c4de870e3331..5647f0e96425 100644
--- a/sc/source/ui/sidebar/CellLineStyleControl.hxx
+++ b/sc/source/ui/sidebar/CellLineStyleControl.hxx
@@ -42,7 +42,7 @@ private:
void SetAllNoSel();
DECL_LINK(VSSelectHdl, void*);
- DECL_LINK(PBClickHdl, PushButton*);
+ DECL_LINK_TYPED(PBClickHdl, Button*, void);
public:
CellLineStyleControl(vcl::Window* pParent, CellAppearancePropertyPanel& rPanel);