diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galbrws2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 2f904dc236ba..7d72594a0de1 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -111,7 +111,7 @@ private: DECL_LINK( PopupMenuHdl, const CommandEvent&, bool ); DECL_LINK( KeyInputHdl, const KeyEvent&, bool ); DECL_LINK( RowActivatedHdl, weld::TreeView&, bool ); - DECL_LINK( DragBeginHdl, weld::TreeView&, bool ); + DECL_LINK( DragBeginHdl, bool&, bool ); DECL_LINK( VisRowsScrolledHdl, weld::TreeView&, void ); DECL_LINK( SizeAllocHdl, const Size&, void ); |