summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index 2f9a428b9d37..7e8576152029 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -80,10 +80,10 @@ private:
#ifdef _SVX_OPTPATH_CXX
void ChangeCurrentEntry( const String& _rFolder );
- DECL_LINK( PathHdl_Impl, PushButton * );
- DECL_LINK( StandardHdl_Impl, PushButton * );
+ DECL_LINK(PathHdl_Impl, void *);
+ DECL_LINK(StandardHdl_Impl, void *);
- DECL_LINK( PathSelect_Impl, svx::OptHeaderTabListBox * );
+ DECL_LINK(PathSelect_Impl, void *);
DECL_LINK( HeaderSelect_Impl, HeaderBar * );
DECL_LINK( HeaderEndDrag_Impl, HeaderBar * );