diff options
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r-- | include/sot/object.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx index efc8c1d9d221..c4aa662927dd 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -115,9 +115,6 @@ public: virtual const SotFactory * GetSvFactory() const; virtual void * Cast( const SotFactory * ); - // only for the macros in So3 not to get out of hand - IUnknown * GetInterface( const SvGlobalName & ); - bool Owner() const { return bOwner; } sal_uInt16 GetOwnerLockCount() const { return nOwnerLockCount; } |