summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-03 11:34:11 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:01 +0200
commit3f18d628ec32eee15903332469bd52f0bd6197b8 (patch)
tree8139a9f95474f1dd683a9e0224dc702d9dd48a28 /include/sot
parent6bf3b6d420873e236b2805a42a95ce33e614ad98 (diff)
loplugin:constantfunction: sot
this appears to be completely unused Change-Id: I74dad8b0c478a1aed035ce9cc663a74de157816e
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/object.hxx3
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; }