[Libreoffice-commits] core.git: Branch 'feature/perfwork4' - package/inc

Matúš Kukan matus.kukan at collabora.com
Tue Oct 28 12:59:33 PDT 2014


 package/inc/ZipPackageStream.hxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 27b91f1167738bb22d8c952d6457159f24d6e4d1
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Tue Oct 28 20:58:29 2014 +0100

    ZipPackageStream::getRawData can be private
    
    Change-Id: I66cbbfb2aa6abc6c8ebe34d9ea69855436c23edd

diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx
index b639a1f..d5a9a56 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();


More information about the Libreoffice-commits mailing list