diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-27 10:00:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-27 12:59:47 +0000 |
commit | 5a0fd87d15ad0da5035337a8a1b90c4e32f855dd (patch) | |
tree | 8c31127a17bc6c54cc63feca719ecf139258fcd8 /idl/inc/basobj.hxx | |
parent | 9cd7d08b4a0c9ab81c2ce9872ff78baa5a065c7f (diff) |
remove WriteSrc, WriteCxx and WriteHxx
I can't see that WriteSrc, WriteCxx WriteHxx are anything other than unused
archaic remnants of the past.
Diffstat (limited to 'idl/inc/basobj.hxx')
-rw-r--r-- | idl/inc/basobj.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index 6d49b4c9cfdd..9cd03b72702a 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -89,9 +89,6 @@ public: virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, WriteType, WriteAttribute = 0 ); - - virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab ); - virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab ); }; SV_DECL_IMPL_REF(SvMetaObject) SV_DECL_PERSIST_LIST(SvMetaObject,SvMetaObject *) |