diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 09:40:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 11:18:37 +0000 |
commit | 4737ed363a93d1c1743fd38251a91a988fde5ce7 (patch) | |
tree | 0ec257630eb237e4118df8a03715122a6f9dc0ac /rsc/inc | |
parent | 24cfa40779b443034f3698134adaef6dbb4d2f29 (diff) |
DateBoxes cannot be loaded from .src anymore
Change-Id: Ic9d3c73cf67e855dc5931e96bc03014998cce9e0
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 6545499b30cc..9101f63b6034 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -227,7 +227,6 @@ class RscTypCont RscTop * InitClassMetricBox( RscTop * pSuper ); RscTop * InitClassCurrencyBox( const char * pClassName, sal_uInt32 nRT, RscTop * pSuper ); - RscTop * InitClassDateBox( RscTop * pSuper ); RscTop * InitClassDockingWindow( RscTop * pSuper, RscEnum * pMapUnit ); |