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
commitbf15b3bce1bb3227f46ba69e03f37a8b987ed153 (patch)
tree96bfffa88d3ab072871158be70a5c3d8b77bd3ad /idl
parent569c9ad2b4bb6dc94ed31e9610c1029257361775 (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 6eb066a824cc..9c9b517e5fc2 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
/*************************************************************************
|*