From 062cf187026f55001ab4661b89242d13c6ed71d7 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 28 Oct 2014 20:58:29 +0100 Subject: ZipPackageStream::getRawData can be private Change-Id: I66cbbfb2aa6abc6c8ebe34d9ea69855436c23edd --- package/inc/ZipPackageStream.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/inc/ZipPackageStream.hxx') diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index ff6d3db1f6f9..af2c7217d86d 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.hxx @@ -71,7 +71,10 @@ private: bool m_bUseWinEncoding; bool m_bRawStream; + /// Check that m_xStream implements io::XSeekable and return it ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetOwnSeekStream(); + ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawData() + throw(::com::sun::star::uno::RuntimeException); public: bool IsEncrypted () const { return m_bIsEncrypted;} @@ -135,8 +138,6 @@ public: const rtlRandomPool &rRandomPool ) SAL_OVERRIDE; void setZipEntryOnLoading( const ZipEntry &rInEntry); - ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawData() - throw(::com::sun::star::uno::RuntimeException); void successfullyWritten( ZipEntry *pEntry ); static ::com::sun::star::uno::Sequence < sal_Int8 > static_getImplementationId(); -- cgit istro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libwpd
AgeCommit message (Expand)Author