diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 16:26:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:26 +0200 |
commit | d1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch) | |
tree | 030dd7522098e4e03f0d64304e48cb866dfc375f /stoc | |
parent | 5502be9695b67b094d581d108dc9ebddc161cc60 (diff) |
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too.
Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/inspect/introspection.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 87b7de165ac0..049d61cffb58 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -1594,9 +1594,6 @@ class ImplIntrospection : public XIntrospection , public OIntrospectionMutex , public OComponentHelper { - friend class ImplMergeIntrospection; - friend class ImplMVCIntrospection; - // Implementation der Introspection. rtl::Reference< IntrospectionAccessStatic_Impl > implInspect(const Any& aToInspectObj); |