diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 13:21:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-24 14:56:14 +0000 |
commit | 5dc62f7129af6f1517448cd26c507c09efe5f026 (patch) | |
tree | fd78fc656003fee7fcc9bee1790c79cddc985be1 /rsc | |
parent | b870c1c4d7f3598265ab50b70665b858fc73defc (diff) |
aLong unused
Change-Id: I46a714d06df5ac6496e13834a1c9641dc2bf599b
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 1 | ||||
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 1 | ||||
-rw-r--r-- | rsc/source/parser/rscinit.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 91dc17e20b28..580aaca5f21e 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -113,7 +113,6 @@ public: RscBool aBool; RscRange aShort; RscRange aUShort; - RscLongRange aLong; RscLongEnumRange aEnumLong; RscIdRange aIdUShort; RscIdRange aIdNoZeroUShort; diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index ce566cc13c92..e7da28e997fd 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -48,7 +48,6 @@ RscTypCont::RscTypCont( RscError * pErrHdl, , aBool( pHS->getID( "sal_Bool" ), RSC_NOTYPE ) , aShort( pHS->getID( "short" ), RSC_NOTYPE ) , aUShort( pHS->getID( "sal_uInt16" ), RSC_NOTYPE ) - , aLong( pHS->getID( "long" ), RSC_NOTYPE ) , aEnumLong( pHS->getID( "enum_long" ), RSC_NOTYPE ) , aIdUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE ) , aIdNoZeroUShort( pHS->getID( "IDUSHORT" ), RSC_NOTYPE ) diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index 8af350582664..fedf028b4bed 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -85,7 +85,6 @@ void RscTypCont::Init() aUShort.SetRange( 0, 0xFFFF ); - aLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 ); aEnumLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 ); aIdUShort.SetRange( 0, 0xFFFF ); |