diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:02:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:02:18 +0000 |
commit | 7b9267e54c4748ed146abeb73cb2a6f56686b796 (patch) | |
tree | b9b36b0213941cfef1b0f89704e28529366cf9ee /idl | |
parent | 30474e48255eda4838f1dfceefdadca55190c9ae (diff) |
INTEGRATION: CWS mba30patches01 (1.5.30); FILE MERGED
2008/04/23 09:45:10 mba 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED
2008/03/18 15:40:04 mba 1.5.30.1: #i86353#: remove unused code
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/basobj.cxx | 43 |
1 files changed, 1 insertions, 42 deletions
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx index ad865bfef239..10b696960e6a 100644 --- a/idl/source/objects/basobj.cxx +++ b/idl/source/objects/basobj.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: basobj.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -44,16 +44,6 @@ /****************** SvMetaObject *****************************************/ SV_IMPL_META_FACTORY1( SvMetaObject, SvRttiBase ) -#ifdef IDL_COMPILER -SvAttributeList & SvMetaObject::GetAttributeList() -{ - if( !pAttribList ) - { - pAttribList = new SvAttributeList(); - } - return *pAttribList; -} -#endif /************************************************************************* |* SvMetaObject::SvMetaObject() |* @@ -199,17 +189,6 @@ void SvMetaObject::WriteHxx( SvIdlDataBase &, SvStream &, USHORT /*nTab */ ) /****************** SvMetaName *****************************************/ SV_IMPL_META_FACTORY1( SvMetaName, SvMetaObject ); -#ifdef IDL_COMPILER -SvAttributeList & SvMetaName::GetAttributeList() -{ - if( !pAttribList ) - { - pAttribList = new SvAttributeList(); - pAttribList->Append( new SV_ATTRIBUTE( Name, Name ) ); - } - return *pAttribList; -} -#endif /************************************************************************* |* SvMetaName::SvMetaName() |* @@ -572,16 +551,6 @@ void SvMetaName::WriteContext( SvIdlDataBase &, SvStream &, /****************** SvMetaReference *****************************************/ SV_IMPL_META_FACTORY1( SvMetaReference, SvMetaName ); -#ifdef IDL_COMPILER -SvAttributeList & SvMetaReference::GetAttributeList() -{ - if( !pAttribList ) - { - pAttribList = new SvAttributeList(); - } - return *pAttribList; -} -#endif /************************************************************************* |* SvMetaReference::SvMetaReference() @@ -629,16 +598,6 @@ void SvMetaReference::Save( SvPersistStream & rStm ) /**************************************************************************/ /****************** SvMetaExtern ******************************************/ SV_IMPL_META_FACTORY1( SvMetaExtern, SvMetaReference ); -#ifdef IDL_COMPILER -SvAttributeList & SvMetaExtern::GetAttributeList() -{ - if( !pAttribList ) - { - pAttribList = new SvAttributeList(); - } - return *pAttribList; -} -#endif /************************************************************************* |* SvMetaExtern::SvMetaExtern() |