summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSalimHabchi <salim.habchi@epitech.eu>2018-07-11 11:53:03 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-07-23 10:16:38 +0200
commit7cc85bfd54645d3786828816972a2f039cb134e9 (patch)
treedf64ec4b88ff26ebe26e19e7089b27ea31cc3df6 /include
parent110a25fdc2b0dc16c9b376fa6a9fdeb5fe7a58fb (diff)
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 <Katarina.Behrens@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx2
1 files changed, 1 insertions, 1 deletions
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;