diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:24:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:31:04 +0100 |
commit | 924dda90a99f94799a053c6d127722ccd4540b5f (patch) | |
tree | 728943115af333d2e6aa1d5e3facd3cdc9a712ed /tools/source/rc/resmgr.cxx | |
parent | e33f6f499f9eca9a558cec557b20557f714f1caf (diff) |
RSC_MENUBUTTON is not in use anymore
Change-Id: I853b6b1cfcd4847603d9920a47298d1b9105b46f
Diffstat (limited to 'tools/source/rc/resmgr.cxx')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 59bd7dcadd5b..d3f02e842520 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1493,7 +1493,6 @@ OString ResMgr::GetAutoHelpId() case RSC_DATEFIELD: aHID.append( "DateField" ); break; case RSC_TIMEFIELD: aHID.append( "TimeField" ); break; case RSC_IMAGEBUTTON: aHID.append( "ImageButton" ); break; - case RSC_MENUBUTTON: aHID.append( "MenuButton" ); break; default: // no type, no auto HID return OString(); |