diff options
Diffstat (limited to 'stoc/source/inspect/introspection.cxx')
-rw-r--r-- | stoc/source/inspect/introspection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 98a18c04146e..36828afb421c 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -30,7 +30,7 @@ #include <osl/thread.h> #include <sal/log.hxx> #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/compbase2.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/component.hxx> @@ -1665,7 +1665,7 @@ private: }; typedef - cppu::WeakComponentImplHelper2< + cppu::WeakComponentImplHelper< css::lang::XServiceInfo, css::beans::XIntrospection> Implementation_Base; |