diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 13:35:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 14:56:14 +0000 |
commit | d04a05a7d4692dcb3083d1089a3f4e78fb07bcbf (patch) | |
tree | ea00acd12fbdc6a9caa3eb9716b9567b6392dd15 /rsc/inc | |
parent | 427e6996bd042af61fd04aae6381c2958d2fda70 (diff) |
ditch a pile of other unused rsc stuff
Change-Id: Id982a8898241b20db11b43c18ae2c062c92c61fc
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 ); |