summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackageEntry.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-25 16:10:12 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-26 06:35:34 +0000
commit5ba6aafa20f78c6209c91a399a8110a415a274e1 (patch)
treec850fbb2ea02060abd918ba2d6b8e88041fa30cc /package/inc/ZipPackageEntry.hxx
parent9a050db847b465d12606c1e52657e05ef95fc2a4 (diff)
package: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: If88e1d741075e86997c91dc2c59eeebe45f67c1f Reviewed-on: https://gerrit.libreoffice.org/17980 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'package/inc/ZipPackageEntry.hxx')
-rw-r--r--package/inc/ZipPackageEntry.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipPackageEntry.hxx b/package/inc/ZipPackageEntry.hxx
index c1e5c8ffe290..68757ed001c7 100644
--- a/package/inc/ZipPackageEntry.hxx
+++ b/package/inc/ZipPackageEntry.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <ZipEntry.hxx>
-#include <cppuhelper/implbase5.hxx>
+#include <cppuhelper/implbase.hxx>
#include <vector>
@@ -36,7 +36,7 @@ typedef void* rtlRandomPool;
class ZipOutputStream;
class ZipPackageFolder;
-class ZipPackageEntry : public cppu::WeakImplHelper5
+class ZipPackageEntry : public cppu::WeakImplHelper
<
com::sun::star::container::XNamed,
com::sun::star::container::XChild,