aIdUShort is now unused
Change-Id: I44c2748be879f083bc6ebb6c17e3a3a7038f8ad8
This commit is contained in:
parent
21f934a7c5
commit
70fb9e0f48
@ -102,7 +102,6 @@ public:
|
||||
RscRange aShort;
|
||||
RscRange aUShort;
|
||||
RscLongEnumRange aEnumLong;
|
||||
RscIdRange aIdUShort;
|
||||
RscIdRange aIdNoZeroUShort;
|
||||
RscString aString;
|
||||
RscString aStringLiteral;
|
||||
|
@ -49,7 +49,6 @@ RscTypCont::RscTypCont( RscError * pErrHdl,
|
||||
, aShort( pHS->getID( "short" ), RSC_NOTYPE )
|
||||
, aUShort( pHS->getID( "sal_uInt16" ), RSC_NOTYPE )
|
||||
, aEnumLong( pHS->getID( "enum_long" ), RSC_NOTYPE )
|
||||
, aIdUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE )
|
||||
, aIdNoZeroUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE )
|
||||
, aString( pHS->getID( "Chars" ), RSC_NOTYPE )
|
||||
, aStringLiteral( pHS->getID( "Chars" ), RSC_NOTYPE )
|
||||
@ -176,7 +175,6 @@ RscTypCont::~RscTypCont()
|
||||
aBool.Pre_dtor();
|
||||
aShort.Pre_dtor();
|
||||
aUShort.Pre_dtor();
|
||||
aIdUShort.Pre_dtor();
|
||||
aIdNoZeroUShort.Pre_dtor();
|
||||
aString.Pre_dtor();
|
||||
aVersion.pClass->Pre_dtor();
|
||||
|
@ -76,8 +76,6 @@ void RscTypCont::Init()
|
||||
|
||||
aEnumLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 );
|
||||
|
||||
aIdUShort.SetRange( 0, 0xFFFF );
|
||||
|
||||
aIdNoZeroUShort.SetRange( 1, 0xFFFF );
|
||||
}
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user