summaryrefslogtreecommitdiff
path: root/io/test/stm/pipetest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/pipetest.cxx')
-rw-r--r--io/test/stm/pipetest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx
index f2ad64308ae5..2d9ee9f5091f 100644
--- a/io/test/stm/pipetest.cxx
+++ b/io/test/stm/pipetest.cxx
@@ -28,7 +28,7 @@
#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <osl/conditn.hxx>
#include <osl/mutex.hxx>
@@ -91,7 +91,7 @@ private:
-class OPipeTest : public WeakImplHelper1 < XSimpleTest >
+class OPipeTest : public WeakImplHelper < XSimpleTest >
{
public:
OPipeTest( const Reference< XMultiServiceFactory > & rFactory );