summaryrefslogtreecommitdiffstats
path: root/sdext/source/pdfimport/test/outputwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/test/outputwrap.hxx')
-rw-r--r--sdext/source/pdfimport/test/outputwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/test/outputwrap.hxx b/sdext/source/pdfimport/test/outputwrap.hxx
index 2f4ccd1e1920..ad166af359d8 100644
--- a/sdext/source/pdfimport/test/outputwrap.hxx
+++ b/sdext/source/pdfimport/test/outputwrap.hxx
@@ -22,14 +22,14 @@
#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TEST_OUTPUTWRAP_HXX
#include <cppuhelper/basemutex.hxx>
-#include <cppuhelper/compbase1.hxx>
+#include <cppuhelper/compbase.hxx>
#include <com/sun/star/io/XOutputStream.hpp>
#include <osl/file.hxx>
namespace pdfi
{
-typedef ::cppu::WeakComponentImplHelper1<
+typedef ::cppu::WeakComponentImplHelper<
css::io::XOutputStream > OutputWrapBase;
class OutputWrap : private cppu::BaseMutex, public OutputWrapBase