summaryrefslogtreecommitdiffstats
path: root/include/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-24 13:09:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-24 14:56:13 +0000
commit6f71fa11c0b1c5a9683c43bc98acec57a4d53610 (patch)
treec5a47c553a02003903e2c98be64f249fde3678a4 /include/toolkit
parentstarmath: Prefix members of SmFontNode (diff)
downloadcore-6f71fa11c0b1c5a9683c43bc98acec57a4d53610.tar.gz
core-6f71fa11c0b1c5a9683c43bc98acec57a4d53610.zip
vcl makes no use of menu Get/Set DefaultItem
this is exposed through uno however, so move it into VCLXMenu to continue to support it doing nothing of great value there Change-Id: I6888e61cbec85faa2d1fcca8731ab42023e594c6
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxmenu.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx
index 77dc70911e02..91d088ac492b 100644
--- a/include/toolkit/awt/vclxmenu.hxx
+++ b/include/toolkit/awt/vclxmenu.hxx
@@ -63,6 +63,7 @@ private:
VclPtr<Menu> mpMenu;
MenuListenerMultiplexer maMenuListeners;
PopupMenuRefList maPopupMenuRefs;
+ sal_Int16 mnDefaultItem;
protected:
::osl::Mutex& GetMutex() { return maMutex; }