From 7cc85bfd54645d3786828816972a2f039cb134e9 Mon Sep 17 00:00:00 2001 From: SalimHabchi Date: Wed, 11 Jul 2018 11:53:03 +0200 Subject: tdf#118453 Reactivate navitagor submenu drag mode and display I add a function to get the data from the submenu Change-Id: If8aedc72abfc7ca967377f0e588167f9f62fe137 Reviewed-on: https://gerrit.libreoffice.org/57269 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- include/vcl/menu.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 705486ab7356..f865166c0b57 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -263,7 +263,7 @@ public: MenuItemType GetItemType( sal_uInt16 nPos ) const; sal_uInt16 GetCurItemId() const { return nSelectedId;} OString GetCurItemIdent() const; - + OString GetItemIdentFromSubMenu(sal_uInt16 nItemId) const; void SetItemBits( sal_uInt16 nItemId, MenuItemBits nBits ); MenuItemBits GetItemBits( sal_uInt16 nItemId ) const; -- cgit