summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-10-28 20:58:29 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-11-17 10:49:24 +0100
commit062cf187026f55001ab4661b89242d13c6ed71d7 (patch)
tree83295472f6edb459605e7607b7a5d5622248761d /package/inc
parent7088166a67d1270f93ac15bccbc89343b2271fa5 (diff)
ZipPackageStream::getRawData can be private
Change-Id: I66cbbfb2aa6abc6c8ebe34d9ea69855436c23edd
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackageStream.hxx5
1 files changed, 3 insertions, 2 deletions
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();