summaryrefslogtreecommitdiff
path: root/cui/source/inc/optasian.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/optasian.hxx')
-rw-r--r--cui/source/inc/optasian.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/optasian.hxx b/cui/source/inc/optasian.hxx
index 8f00b697aed8..ce3070fb02e8 100644
--- a/cui/source/inc/optasian.hxx
+++ b/cui/source/inc/optasian.hxx
@@ -48,9 +48,9 @@ class SvxAsianLayoutPage : public SfxTabPage
std::unique_ptr<SvxAsianLayoutPage_Impl> pImpl;
- DECL_LINK_TYPED(LanguageHdl, ListBox&, void);
- DECL_LINK_TYPED(ChangeStandardHdl, Button*, void);
- DECL_LINK_TYPED(ModifyHdl, Edit&, void);
+ DECL_LINK(LanguageHdl, ListBox&, void);
+ DECL_LINK(ChangeStandardHdl, Button*, void);
+ DECL_LINK(ModifyHdl, Edit&, void);
public:
SvxAsianLayoutPage( vcl::Window* pParent, const SfxItemSet& rSet );