diff options
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index ad9da6cc87cb..11e369b65195 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -85,15 +85,8 @@ class RscTypCont inline void SETCONST( RscConst *p1, Atom p2, MenuItemBits p3 ) { SETCONST(p1, p2, static_cast<sal_uInt32>(p3)); } inline void SETCONST( RscConst *p1, const char * p2, MapUnit p3 ) { SETCONST(p1, p2, static_cast<sal_uInt16>(p3)); } RscEnum * InitFieldUnitsType(); - RscEnum * InitColor(); - RscEnum * InitMapUnit(); RscEnum * InitKey(); - RscEnum * InitTriState(); - RscCont * InitStringList(); - RscArray * InitLangStringList( RscCont * pStrLst ); - RscTupel * InitStringTupel(); RscTupel * InitStringLongTupel(); - static RscCont * InitStringTupelList( RscTupel * pStringTupel ); static RscCont * InitStringLongTupelList( RscTupel * pStringLongTupel ); RscArray * InitLangStringLongTupelList( RscCont * pStrLongTupelLst ); |