summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optaboutconfig.hxx')
-rw-r--r--cui/source/options/optaboutconfig.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx
index ad762bfd076d..91641d1616b7 100644
--- a/cui/source/options/optaboutconfig.hxx
+++ b/cui/source/options/optaboutconfig.hxx
@@ -59,11 +59,11 @@ private:
static std::vector< OUString > commaStringToSequence( const OUString& rCommaSepString );
void InsertEntry( SvTreeListEntry *pEntry);
- DECL_LINK_TYPED( StandardHdl_Impl, Button*, void );
- DECL_LINK_TYPED( DoubleClickHdl_Impl, SvTreeListBox*, bool );
- DECL_LINK_TYPED( ResetBtnHdl_Impl, Button*, void );
- DECL_LINK_TYPED( SearchHdl_Impl, Button*, void );
- DECL_LINK_TYPED( ExpandingHdl_Impl, SvTreeListBox*, bool );
+ DECL_LINK( StandardHdl_Impl, Button*, void );
+ DECL_LINK( DoubleClickHdl_Impl, SvTreeListBox*, bool );
+ DECL_LINK( ResetBtnHdl_Impl, Button*, void );
+ DECL_LINK( SearchHdl_Impl, Button*, void );
+ DECL_LINK( ExpandingHdl_Impl, SvTreeListBox*, bool );
public:
explicit CuiAboutConfigTabPage(vcl::Window* pParent);