summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-27 10:00:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-27 12:59:47 +0000
commit5a0fd87d15ad0da5035337a8a1b90c4e32f855dd (patch)
tree8c31127a17bc6c54cc63feca719ecf139258fcd8 /idl/inc/slot.hxx
parent9cd7d08b4a0c9ab81c2ce9872ff78baa5a065c7f (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/slot.hxx')
-rw-r--r--idl/inc/slot.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 50d5d08c638e..3c00ca80e59b 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -261,8 +261,6 @@ public:
SvStream & rOutStm );
virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
Table * pIdTable );
- virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
- Table * pIdTable );
virtual void WriteCSV( SvIdlDataBase&, SvStream& );
};
SV_DECL_IMPL_REF(SvMetaSlot)