diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-12-29 08:15:59 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-12-31 06:57:20 -0800 |
commit | 4c9bf4e47b00861b74ccc12497f925da2a5f7c41 (patch) | |
tree | b4c5d360b2b83fb9c246f0e0a76a9f3b6f7263df /idl/inc | |
parent | 0e5c03764b8433cc0454aaa0058eef5e1e063031 (diff) |
Remove DECLARE_LIST( SvNamePosList, SvNamePos *)
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/module.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx index fb9cff7e3b74..1bea395d41be 100644 --- a/idl/inc/module.hxx +++ b/idl/inc/module.hxx @@ -40,7 +40,6 @@ struct SvNamePos : aUUId( rName ) , nStmPos( nPos ) {} }; -DECLARE_LIST( SvNamePosList, SvNamePos *) /******************** class SvMetaModule *********************************/ class SvMetaModule : public SvMetaExtern @@ -97,7 +96,6 @@ public: virtual void WriteAttributes( SvIdlDataBase & rBase, SvStream & rOutStm, USHORT nTab, WriteType, WriteAttribute = 0 ); -// virtual void WriteSbx( SvIdlDataBase & rBase, SvStream & rOutStm, SvNamePosList & rList ); virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, USHORT nTab, WriteType, WriteAttribute = 0 ); virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ); |