diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-08 17:00:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-08 21:00:11 +0100 |
commit | c65386cec9398c7b8ce969d638cd1b5d98483f98 (patch) | |
tree | 1841e7f3ba397cb796c17b92aa690569180bb3a8 /tools | |
parent | 120621a128f4c2d4f39fd9f44c1a735d4c67991e (diff) |
no radiobuttons or checkboxes loaded from src files anymore
Change-Id: Ie10ebcf56a6145c8edeb903bed1beb0cf5cf8a7a
Diffstat (limited to 'tools')
-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 41305b02e31e..eec17191c343 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1423,7 +1423,6 @@ OString ResMgr::GetAutoHelpId() // intentionally no breaks! // auto help ids for controls switch( pRC->pResource->GetRT() ) { - case RSC_RADIOBUTTON: aHID.append( "RadioButton" ); break; case RSC_EDIT: aHID.append( "Edit" ); break; case RSC_LISTBOX: aHID.append( "ListBox" ); break; case RSC_COMBOBOX: aHID.append( "ComboBox" ); break; |