summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:02:18 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:02:18 +0000
commit2b0e6b0ebbb4b6fcce36ac7da1e7628e5b7a828b (patch)
tree315875bdf67604d59eb16f0c71c314aea5960825 /idl
parentc00c999dfa2793e2e41c49e447b8bbc4668a341a (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.cxx43
1 files changed, 1 insertions, 42 deletions
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx
index 5f077fc1cb..952c7a4a43 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()