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
commit1ce80b79e949ceb7df5f7f31f544794297d1bccd (patch)
tree0524cef65e8eb26c5757bd4bb11b2777fe59057d /idl
parentbf15b3bce1bb3227f46ba69e03f37a8b987ed153 (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 529e7360b5d7..8bda41f452e8 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()
|*