summaryrefslogtreecommitdiff
path: root/stoc/test/registry_tdprovider/testregistrytdprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/registry_tdprovider/testregistrytdprovider.cxx')
-rw-r--r--stoc/test/registry_tdprovider/testregistrytdprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/registry_tdprovider/testregistrytdprovider.cxx b/stoc/test/registry_tdprovider/testregistrytdprovider.cxx
index acf5a1cc584c..e62b80b9128c 100644
--- a/stoc/test/registry_tdprovider/testregistrytdprovider.cxx
+++ b/stoc/test/registry_tdprovider/testregistrytdprovider.cxx
@@ -43,7 +43,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weak.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.h>
@@ -57,7 +57,7 @@
namespace {
-class Service: public cppu::WeakImplHelper1< css::lang::XMain > {
+class Service: public cppu::WeakImplHelper< css::lang::XMain > {
public:
virtual sal_Int32 SAL_CALL
run(css::uno::Sequence< OUString > const & arguments)