diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 09:34:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 11:18:36 +0000 |
commit | 24cfa40779b443034f3698134adaef6dbb4d2f29 (patch) | |
tree | d02a4c998b1b12042d6f1069709ba80c92f1b5ce /tools | |
parent | d40971a47838afd007b8563d16bc8176b7f43176 (diff) |
TimeBoxes cannot be loaded from .src anymore
Change-Id: I1fa101656538c40c402fc8608f33961f293bd58d
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 ff22b10fbf12..882741689d03 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1501,7 +1501,6 @@ OString ResMgr::GetAutoHelpId() case RSC_METRICBOX: aHID.append( "MetricBox" ); break; case RSC_CURRENCYBOX: aHID.append( "CurrencyBox" ); break; case RSC_DATEBOX: aHID.append( "DateBox" ); break; - case RSC_TIMEBOX: aHID.append( "TimeBox" ); break; case RSC_IMAGEBUTTON: aHID.append( "ImageButton" ); break; case RSC_MENUBUTTON: aHID.append( "MenuButton" ); break; default: |