summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-12-12 21:28:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-12-13 10:03:26 +0100
commit416e38c589635b6817a550cb9272e68ddc9bc9e9 (patch)
tree05655b4ae4ba299c86b0e040a64892f93c36b30b /include
parent984ad86e71a5abb0df7a2c14c61a270e956cba0f (diff)
remove newly unused Menu::InsertItem variant
Change-Id: I796bc10d96ebf0b2269f313a700146c68956dcf6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126712 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 7fd2e34492bd..a6ceb70d405b 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -241,8 +241,6 @@ public:
MenuItemBits nItemBits = MenuItemBits::NONE,
const OString &rIdent = OString(),
sal_uInt16 nPos = MENU_APPEND);
- void InsertItem(const OUString& rCommand,
- const css::uno::Reference<css::frame::XFrame>& rFrame);
void InsertSeparator(const OString &rIdent = OString(), sal_uInt16 nPos = MENU_APPEND);
void RemoveItem( sal_uInt16 nPos );
void Clear();