diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 13:09:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 14:56:13 +0000 |
commit | 6f71fa11c0b1c5a9683c43bc98acec57a4d53610 (patch) | |
tree | c5a47c553a02003903e2c98be64f249fde3678a4 /rsc | |
parent | 32cbe7125387397bf269fb6ca83c11cf66f9d543 (diff) |
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 'rsc')
-rw-r--r-- | rsc/source/parser/rscicpx.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx index 9927113a0b67..e03ce1e04422 100644 --- a/rsc/source/parser/rscicpx.cxx +++ b/rsc/source/parser/rscicpx.cxx @@ -357,9 +357,6 @@ RscTop * RscTypCont::InitClassMenu( RscTop * pSuper, } nId = aNmTb.Put( "Text", VARNAME ); pClassMenu->SetVariable( nId, &aLangString, nullptr, 0, (sal_uInt32)RscMenu::Text ); - nId = aNmTb.Put( "DefaultItemId", VARNAME ); - pClassMenu->SetVariable( nId, &aIdUShort, nullptr, 0, - (sal_uInt32)RscMenu::DefaultItemId ); return pClassMenu; } |