diff options
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/objects/types.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index fa2f50d34db3..cd4179559281 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -92,15 +92,8 @@ bool SvMetaAttribute::GetAutomation() const bool SvMetaAttribute::GetIsCollection() const { - bool bRet; if( aIsCollection.IsSet() || !GetRef() ) { - if ( aIsCollection.IsSet() ) - { - bRet = aIsCollection; - return bRet; - } - return aIsCollection; } |