summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-29 08:15:59 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-31 06:57:20 -0800
commitd79e961a937a3da77acfbeb5fcaef05e9f543b19 (patch)
tree4c6774d30b85f818c0e33e5e904b5719e8630179 /idl/source
parent517aa17b735156ebff4a192d825366bfa5244310 (diff)
Remove DECLARE_LIST( SvNamePosList, SvNamePos *)
Diffstat (limited to 'idl/source')
-rw-r--r--idl/source/objects/module.cxx43
1 files changed, 0 insertions, 43 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index 73b20cc1ff..57ac3c3005 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -500,28 +500,6 @@ void SvMetaModule::WriteAttributes( SvIdlDataBase & rBase,
}
/*************************************************************************
-|* SvMetaModule::WriteSbx()
-*************************************************************************/
-/*
-void SvMetaModule::WriteSbx( SvIdlDataBase & rBase, SvStream & rOutStm,
- SvNamePosList & rList )
-{
- for( ULONG n = 0; n < aClassList.Count(); n++ )
- {
- SvMetaClass * pClass = aClassList.GetObject( n );
- if( !pClass->IsShell() && pClass->GetAutomation() )
- {
- rList.Insert( new SvNamePos( pClass->GetUUId(), rOutStm.Tell() ),
- LIST_APPEND );
- SbxObjectRef xSbxObj = new SbxObject( pClass->GetName() );
- pClass->FillSbxObject( rBase, xSbxObj );
- xSbxObj->Store( rOutStm );
- }
- }
-}
- */
-
-/*************************************************************************
|* SvMetaModule::Write()
*************************************************************************/
void SvMetaModule::Write( SvIdlDataBase & rBase, SvStream & rOutStm,
@@ -546,27 +524,6 @@ void SvMetaModule::Write( SvIdlDataBase & rBase, SvStream & rOutStm,
WriteTab( rOutStm, nTab );
rOutStm << "importlib(\"STDOLE.TLB\");" << endl;
- /*
- for( ULONG n = 0; n < aTypeList.Count(); n++ )
- {
- SvMetaType * pType = aTypeList.GetObject( n );
- if( !pType ->Write( rBase, rOutStm, nTab +1, nT, nA ) )
- return FALSE;
- }
- */
- /*
- for( ULONG n = 0; n < rBase.GetModuleList().Count(); n++ )
- {
- SvMetaModule * pModule = rBase.GetModuleList().GetObject( n );
- const SvMetaTypeMemberList &rTypeList = pModule->GetTypeList();
- for( ULONG n = 0; n < rTypeList.Count(); n++ )
- {
- SvMetaType * pType = rTypeList.GetObject( n );
- pType->Write( rBase, rOutStm, nTab +1, nT, nA );
- }
- }
- */
-
for( ULONG n = 0; n < aClassList.Count(); n++ )
{
SvMetaClass * pClass = aClassList.GetObject( n );