summaryrefslogtreecommitdiff
path: root/idl/source/objects
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:03:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:03:22 +0000
commit5cb8e9d696e2477bf83dd537244d37130662ea5d (patch)
treecf154e5f1e9e5e871acf3fce4dbc9a5800ad4111 /idl/source/objects
parent1011959b14f32c9e7822f29078aff67b5cfd46c6 (diff)
INTEGRATION: CWS mba30patches01 (1.5.30); FILE MERGED
2008/04/23 09:45:27 mba 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:05 mba 1.5.30.1: #i86353#: remove unused code
Diffstat (limited to 'idl/source/objects')
-rw-r--r--idl/source/objects/types.cxx62
1 files changed, 1 insertions, 61 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx
index 1510c5857f..8b8442f66a 100644
--- a/idl/source/objects/types.cxx
+++ b/idl/source/objects/types.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: types.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -44,16 +44,6 @@
/****************** SvMetaAttribute *************************************/
/************************************************************************/
SV_IMPL_META_FACTORY1( SvMetaAttribute, SvMetaReference );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaAttribute::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|* SvMetaAttribute::SvMetaAttribute()
|*
@@ -1024,16 +1014,6 @@ void SvMetaAttribute::WriteHelpId( SvIdlDataBase &, SvStream &, Table * )
/****************** SvMetaType *************************************/
/************************************************************************/
SV_IMPL_META_FACTORY1( SvMetaType, SvMetaExtern );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaType::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|* SvMetaType::SvMetaType()
|*
@@ -2312,16 +2292,6 @@ void SvMetaType::WriteParamNames( SvIdlDataBase & rBase,
/************************************************************************/
/************************************************************************/
SV_IMPL_META_FACTORY1( SvMetaTypeString, SvMetaType );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaTypeString::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|*
|* SvMetaTypeString::SvMetaTypeString()
@@ -2347,16 +2317,6 @@ void SvMetaTypeString::Save( SvPersistStream & rStm )
/************************************************************************/
/************************************************************************/
SV_IMPL_META_FACTORY1( SvMetaEnumValue, SvMetaName );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaEnumValue::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|*
|* SvMetaEnumValue::SvMetaEnumValue()
@@ -2444,16 +2404,6 @@ void SvMetaEnumValue::Write( SvIdlDataBase &, SvStream & rOutStm, USHORT,
/************************************************************************/
/************************************************************************/
SV_IMPL_META_FACTORY1( SvMetaTypeEnum, SvMetaType );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaTypeEnum::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|*
|* SvMetaTypeEnum::SvMetaTypeEnum()
@@ -2658,16 +2608,6 @@ void SvMetaTypeEnum::WriteContext( SvIdlDataBase & rBase, SvStream & rOutStm,
/************************************************************************/
/************************************************************************/
SV_IMPL_META_FACTORY1( SvMetaTypevoid, SvMetaType );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaTypevoid::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|*
|* SvMetaTypevoid::SvMetaTypevoid()