summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:02:41 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:02:41 +0000
commit9585c9bae062d79c94f1fed03b8e4523dae4d59e (patch)
tree764498a2b64b8d4f92efd58c89118f167f95556b /idl
parent103dbbd0f1fb3bd84d08c20bf6301bd560d43916 (diff)
INTEGRATION: CWS mba30patches01 (1.4.30); FILE MERGED
2008/04/23 09:45:17 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/module.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index c9525c9103..492d829a81 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: module.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -43,16 +43,6 @@
/****************** SvMetaModule ******************************************/
SV_IMPL_META_FACTORY1( SvMetaModule, SvMetaExtern );
-#ifdef IDL_COMPILER
-SvAttributeList & SvMetaModule::GetAttributeList()
-{
- if( !pAttribList )
- {
- pAttribList = new SvAttributeList();
- }
- return *pAttribList;
-}
-#endif
/*************************************************************************
|*