summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-13 09:40:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-13 11:18:37 +0000
commit4737ed363a93d1c1743fd38251a91a988fde5ce7 (patch)
tree0ec257630eb237e4118df8a03715122a6f9dc0ac /tools
parent24cfa40779b443034f3698134adaef6dbb4d2f29 (diff)
DateBoxes cannot be loaded from .src anymore
Change-Id: Ic9d3c73cf67e855dc5931e96bc03014998cce9e0
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 882741689d03..75cff3efe254 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -1500,7 +1500,6 @@ OString ResMgr::GetAutoHelpId()
case RSC_NUMERICBOX: aHID.append( "NumericBox" ); break;
case RSC_METRICBOX: aHID.append( "MetricBox" ); break;
case RSC_CURRENCYBOX: aHID.append( "CurrencyBox" ); break;
- case RSC_DATEBOX: aHID.append( "DateBox" ); break;
case RSC_IMAGEBUTTON: aHID.append( "ImageButton" ); break;
case RSC_MENUBUTTON: aHID.append( "MenuButton" ); break;
default: