summaryrefslogtreecommitdiff
path: root/idl/inc
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
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')
-rw-r--r--idl/inc/basobj.hxx3
-rw-r--r--idl/inc/module.hxx5
-rw-r--r--idl/inc/object.hxx4
-rw-r--r--idl/inc/slot.hxx2
-rw-r--r--idl/inc/types.hxx2
5 files changed, 0 insertions, 16 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 *)
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 750914d206c9..4e5953eff717 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -97,11 +97,6 @@ public:
virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
virtual void WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm,
Table* pTable );
- virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
- Table *pIdTable );
-
- virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
- virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
};
SV_DECL_IMPL_REF(SvMetaModule)
SV_DECL_IMPL_PERSIST_LIST(SvMetaModule,SvMetaModule *)
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index a5d8432f0379..1dd2cef9fefb 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -141,10 +141,6 @@ public:
virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
virtual void WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm,
Table* pTable );
- virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
- Table * pTable );
- virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
- virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
};
SV_IMPL_REF(SvMetaClass)
SV_IMPL_PERSIST_LIST(SvMetaClass,SvMetaClass *)
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)
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 8db0b7ed48cd..09ff414b4ec1 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -119,8 +119,6 @@ public:
SvIdlDataBase& );
virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
Table * pIdTable );
- virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
- Table * pIdTable );
virtual void WriteCSV( SvIdlDataBase&, SvStream& );
void FillIDTable(Table *pIDTable);
rtl::OString Compare( SvMetaAttribute *pAttr );