diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/View.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slideshow/showwindow.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 94bb84689106..7884da011526 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -278,7 +278,7 @@ protected: DECL_LINK_TYPED( DropErrorHdl, Idle*, void ); DECL_LINK_TYPED( DropInsertFileHdl, Idle*, void ); - DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* pSdNavigatorDropEvent ); + DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* ); void ImplClearDrawDropMarker(); diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx index a9a5eabae831..ab7aac7e0f9c 100644 --- a/sd/source/ui/slideshow/showwindow.hxx +++ b/sd/source/ui/slideshow/showwindow.hxx @@ -109,7 +109,7 @@ private: DECL_LINK_TYPED( PauseTimeoutHdl, Timer*, void ); DECL_LINK_TYPED(MouseTimeoutHdl, Timer *, void); - DECL_LINK( EventHdl, VclWindowEvent* pEvent ); + DECL_LINK( EventHdl, VclWindowEvent* ); ::rtl::Reference< SlideshowImpl > mxController; }; |