diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-16 09:16:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-16 09:59:30 +0200 |
commit | 4aaa4ceee75de7a0fbb552039d39567ab10c6d4b (patch) | |
tree | 66496fd94be045be5bb83e49ffdb52bb52b118e2 /idl/inc/module.hxx | |
parent | 7f71e99e3f35e7b94aa426f588276d05bf86bf09 (diff) |
Remove more unused idl parts
Change-Id: Id78de487b36a1c939dc3a4a5b38ab0b77999478c
Diffstat (limited to 'idl/inc/module.hxx')
-rw-r--r-- | idl/inc/module.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx index d37a86fb2183..92c11d6942ec 100644 --- a/idl/inc/module.hxx +++ b/idl/inc/module.hxx @@ -77,11 +77,6 @@ public: virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE; - virtual void WriteAttributes( SvIdlDataBase & rBase, - SvStream & rOutStm, sal_uInt16 nTab, - WriteType, WriteAttribute = 0 ) SAL_OVERRIDE; - virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, - WriteType, WriteAttribute = 0 ) SAL_OVERRIDE; virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ); }; typedef tools::SvRef<SvMetaModule> SvMetaModuleRef; |