summaryrefslogtreecommitdiff
path: root/include/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r--include/sot/object.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 9c52bdbbf74d..19428d6183bd 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -116,7 +116,7 @@ public:
virtual void * Cast( const SotFactory * );
// only for the macros in So3 not to get out of hand
- virtual IUnknown * GetInterface( const SvGlobalName & );
+ IUnknown * GetInterface( const SvGlobalName & );
bool Owner() const { return bOwner; }