diff options
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r-- | stoc/test/testloader.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx index 3f216df29c4f..beb77e7d96f7 100644 --- a/stoc/test/testloader.cxx +++ b/stoc/test/testloader.cxx @@ -29,7 +29,7 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/factory.hxx> #if defined ( UNX ) @@ -44,7 +44,7 @@ using namespace osl; using namespace cppu; -class EmptyComponentContext : public WeakImplHelper1< XComponentContext > +class EmptyComponentContext : public WeakImplHelper< XComponentContext > { public: virtual Any SAL_CALL getValueByName( const OUString& /*Name*/ ) |