summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()
|*