From a831886004fba93a4eb0e5675b1e3e8afbe3d3bb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 May 2023 09:53:37 +0100 Subject: Resolves: tdf#155140 gallery right click for context menu doesn't consume event MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I13b6d62561e3d9eed47f81c4268a6a32ff108b40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151355 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svx/inc/galbrws2.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 9cfb5c7148d1..d5ca8a50a041 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -143,7 +143,7 @@ public: sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ); bool StartDrag(); void TogglePreview(); - void ShowContextMenu(const CommandEvent& rCEvt); + bool ShowContextMenu(const CommandEvent& rCEvt); bool KeyInput(const KeyEvent& rEvt); bool ViewBoxHasFocus() const; -- cgit