From 1349f49a72be947aa708e7bcbc7de773894c5684 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Mar 2014 08:58:16 +0100 Subject: Use cppu::OImplementationId for XUnoTunnel IDs Change-Id: I564ec761b7a7b3488682acfb3aff56beb3f68213 --- package/inc/ZipPackageFolder.hxx | 2 +- package/inc/ZipPackageStream.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package/inc') diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx index db0a6aa9a79d..251c934894bf 100644 --- a/package/inc/ZipPackageFolder.hxx +++ b/package/inc/ZipPackageFolder.hxx @@ -74,7 +74,7 @@ public: throw(::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); static void copyZipEntry( ZipEntry &rDest, const ZipEntry &rSource); - static const ::com::sun::star::uno::Sequence < sal_Int8 >& static_getImplementationId(); + static ::com::sun::star::uno::Sequence < sal_Int8 > static_getImplementationId(); void setPackageFormat_Impl( sal_Int32 nFormat ) { m_nFormat = nFormat; } void setRemoveOnInsertMode_Impl( sal_Bool bRemove ) { this->mbAllowRemoveOnInsert = bRemove; } diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index 1e25d123d223..56ed22cf2744 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -155,7 +155,7 @@ public: ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawData() throw(::com::sun::star::uno::RuntimeException); - static const ::com::sun::star::uno::Sequence < sal_Int8 >& static_getImplementationId(); + static ::com::sun::star::uno::Sequence < sal_Int8 > static_getImplementationId(); // XActiveDataSink virtual void SAL_CALL setInputStream( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& aStream ) -- cgit v1.2.3