diff options
Diffstat (limited to 'package/inc/ZipPackageStream.hxx')
-rw-r--r-- | package/inc/ZipPackageStream.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index d94d662bfbc5..f2a7b8b6dd6a 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <ZipPackageEntry.hxx> #include <rtl/ref.hxx> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <EncryptionData.hxx> #include <mutexholder.hxx> @@ -39,7 +39,7 @@ class ZipPackage; struct ZipEntry; -class ZipPackageStream : public cppu::ImplInheritanceHelper2 +class ZipPackageStream : public cppu::ImplInheritanceHelper < ZipPackageEntry, ::com::sun::star::io::XActiveDataSink, |