summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:02:57 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:02:57 +0000
commita388926c827d24e05fa73cbb4e4b6c66de77f69d (patch)
tree8fef046655874777c39b77a13cfe74e337fd75f6 /idl
parent9585c9bae062d79c94f1fed03b8e4523dae4d59e (diff)
INTEGRATION: CWS mba30patches01 (1.4.30); FILE MERGED
2008/04/23 09:45:20 mba 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:05 mba 1.4.30.1: #i86353#: remove unused code
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/object.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx
index 1b4ab61f11..cc921ff6c2 100644
--- a/idl/source/objects/object.cxx
+++ b/idl/source/objects/object.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: object.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -100,16 +100,6 @@ void SvClassElement::Save( SvPersistStream & rStm )
/****************** SvMetaClass ******************************************/
SV_IMPL_META_FACTORY1( SvMetaClass, SvMetaType );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaClass::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|* SvMetaClass::SvMetaClass()
|*