summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index cb279f3a109c..914cbc74d1c5 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -53,15 +53,15 @@ private:
void ChangeCurrentEntry( const OUString& _rFolder );
- DECL_LINK_TYPED( PathHdl_Impl, Button*, void);
- DECL_LINK_TYPED( DoubleClickPathHdl_Impl, SvTreeListBox*, bool);
- DECL_LINK_TYPED( StandardHdl_Impl, Button*, void);
+ DECL_LINK( PathHdl_Impl, Button*, void);
+ DECL_LINK( DoubleClickPathHdl_Impl, SvTreeListBox*, bool);
+ DECL_LINK( StandardHdl_Impl, Button*, void);
- DECL_LINK_TYPED( PathSelect_Impl, SvTreeListBox*, void);
- DECL_LINK_TYPED( HeaderSelect_Impl, HeaderBar *, void );
- DECL_LINK_TYPED( HeaderEndDrag_Impl, HeaderBar *, void );
+ DECL_LINK( PathSelect_Impl, SvTreeListBox*, void);
+ DECL_LINK( HeaderSelect_Impl, HeaderBar *, void );
+ DECL_LINK( HeaderEndDrag_Impl, HeaderBar *, void );
- DECL_LINK_TYPED( DialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void );
+ DECL_LINK( DialogClosedHdl, css::ui::dialogs::DialogClosedEvent*, void );
void GetPathList( sal_uInt16 _nPathHandle, OUString& _rInternalPath,
OUString& _rUserPath, OUString& _rWritablePath, bool& _rReadOnly );