diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 16:13:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 21:05:57 +0100 |
commit | e872d77cc0e5dc1571df4559101d0b80e40097c2 (patch) | |
tree | 1dad191632cbe02f0cee20799d17d5b643ee05dc /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | ed8a157666c4aef5a28f9292e545095520c0dfaf (diff) |
weld slidecontextmenu
Change-Id: I7777a3fea3ddf920c45daa244826dffb7effa58c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111238
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 5fbd564fc00f..193681259aa8 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -244,7 +244,7 @@ private: DECL_LINK( updateHdl, Timer *, void ); DECL_LINK( ReadyForNextInputHdl, Timer *, void ); DECL_LINK( endPresentationHdl, void*, void ); - DECL_LINK( ContextMenuSelectHdl, Menu *, bool ); + void ContextMenuSelectHdl(const OString& rIdent); DECL_LINK( ContextMenuHdl, void*, void ); DECL_LINK( deactivateHdl, Timer *, void ); DECL_LINK( EventListenerHdl, VclSimpleEvent&, void ); |