diff options
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r-- | idl/inc/object.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 1f0a0721f2c7..37788d372ad1 100644 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -56,9 +56,6 @@ public: void SetAutomation( bool rAutomation ) { aAutomation = rAutomation; } - bool GetAutomation() const - { return aAutomation; } - void SetClass( SvMetaClass * pClass ) { xClass = pClass; } SvMetaClass * GetClass() const @@ -106,17 +103,8 @@ public: TYPEINFO_OVERRIDE(); SvMetaClass(); - bool GetAutomation() const - { return aAutomation; } - SvMetaClass * GetSuperClass() const - { return aSuperClass; } - void FillClasses( SvMetaClassList & rList ); - const SvClassElementMemberList& - GetClassList() const - { return aClassList; } - virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE; virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) SAL_OVERRIDE; }; |