summaryrefslogtreecommitdiff
path: root/ure/source/uretest/cppserver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ure/source/uretest/cppserver.cc')
-rw-r--r--ure/source/uretest/cppserver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ure/source/uretest/cppserver.cc b/ure/source/uretest/cppserver.cc
index 69b33c3b9f6a..09a02ffc1c8f 100644
--- a/ure/source/uretest/cppserver.cc
+++ b/ure/source/uretest/cppserver.cc
@@ -27,7 +27,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/implementationentry.hxx"
#include "cppuhelper/weak.hxx"
#include "rtl/ustring.h"
@@ -40,7 +40,7 @@
namespace {
-class Service: public ::cppu::WeakImplHelper1< ::test::types::XServer > {
+class Service: public ::cppu::WeakImplHelper< ::test::types::XServer > {
public:
Service() {}