summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/hyphen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hyphen.hxx')
-rw-r--r--cui/source/inc/hyphen.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx
index 7fc2a335527a..f5adb46d55d8 100644
--- a/cui/source/inc/hyphen.hxx
+++ b/cui/source/inc/hyphen.hxx
@@ -70,14 +70,14 @@ class SvxHyphenWordDialog : public SfxModalDialog
void ContinueHyph_Impl( sal_Int32 nInsPos = -1 ); // continue by default
sal_uInt16 GetHyphIndex_Impl();
- DECL_LINK_TYPED(Left_Impl, Button*, void);
- DECL_LINK_TYPED(Right_Impl, Button*, void);
- DECL_LINK_TYPED(CutHdl_Impl, Button*, void);
- DECL_LINK_TYPED(ContinueHdl_Impl, Button*, void);
- DECL_LINK_TYPED(DeleteHdl_Impl, Button*, void);
- DECL_LINK_TYPED( HyphenateAllHdl_Impl, Button*, void );
- DECL_LINK_TYPED(CancelHdl_Impl, Button*, void);
- DECL_LINK_TYPED(GetFocusHdl_Impl, Control&, void);
+ DECL_LINK(Left_Impl, Button*, void);
+ DECL_LINK(Right_Impl, Button*, void);
+ DECL_LINK(CutHdl_Impl, Button*, void);
+ DECL_LINK(ContinueHdl_Impl, Button*, void);
+ DECL_LINK(DeleteHdl_Impl, Button*, void);
+ DECL_LINK( HyphenateAllHdl_Impl, Button*, void );
+ DECL_LINK(CancelHdl_Impl, Button*, void);
+ DECL_LINK(GetFocusHdl_Impl, Control&, void);
public:
SvxHyphenWordDialog( const OUString &rWord, LanguageType nLang,