aIdLong is unused

Change-Id: If9aaadadc144d40cdc43e51e1f44edb5f8574524
This commit is contained in:
Caolán McNamara
2016-11-24 13:18:38 +00:00
parent f599904124
commit 1cb07ff1c6
3 changed files with 0 additions and 5 deletions

View File

@@ -117,7 +117,6 @@ public:
RscLongEnumRange aEnumLong;
RscIdRange aIdUShort;
RscIdRange aIdNoZeroUShort;
RscIdRange aIdLong;
RscString aString;
RscString aStringLiteral;
RscLangEnum aLangType;

View File

@@ -52,7 +52,6 @@ RscTypCont::RscTypCont( RscError * pErrHdl,
, aEnumLong( pHS->getID( "enum_long" ), RSC_NOTYPE )
, aIdUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE )
, aIdNoZeroUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE )
, aIdLong( pHS->getID( "IDLONG" ), RSC_NOTYPE )
, aString( pHS->getID( "Chars" ), RSC_NOTYPE )
, aStringLiteral( pHS->getID( "Chars" ), RSC_NOTYPE )
, aLangType()
@@ -180,7 +179,6 @@ RscTypCont::~RscTypCont()
aUShort.Pre_dtor();
aIdUShort.Pre_dtor();
aIdNoZeroUShort.Pre_dtor();
aIdLong.Pre_dtor();
aString.Pre_dtor();
aVersion.pClass->Pre_dtor();
// sub-types

View File

@@ -91,8 +91,6 @@ void RscTypCont::Init()
aIdUShort.SetRange( 0, 0xFFFF );
aIdNoZeroUShort.SetRange( 1, 0xFFFF );
aIdLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 );
}
{
aLangType.Init( aNmTb );