summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text/TextUnderlineControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/text/TextUnderlineControl.hxx')
-rw-r--r--svx/source/sidebar/text/TextUnderlineControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextUnderlineControl.hxx b/svx/source/sidebar/text/TextUnderlineControl.hxx
index 441e15798eda..4c0f124d7ed0 100644
--- a/svx/source/sidebar/text/TextUnderlineControl.hxx
+++ b/svx/source/sidebar/text/TextUnderlineControl.hxx
@@ -70,7 +70,7 @@ private:
void initial();
- DECL_LINK( PBClickHdl, PushButton *);
+ DECL_LINK_TYPED( PBClickHdl, Button*, void);
DECL_LINK(VSSelectHdl, void *);
};
}}