diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-01-11 21:54:34 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-01-11 21:55:06 -0500 |
commit | 14e65f7d2d6f48cf2012305cbda40d24f4f88c78 (patch) | |
tree | 365847316e48602f4e5753c1f27cdaef94479196 /package/inc | |
parent | f7c9ecaac9017e94e1dbcd5295b4d6fa3a33948f (diff) |
These SAL_CALL can go as well...
Change-Id: I79aa4374126faaf9f782fb7ff0c12c171e7041b1
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipFile.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index 962733c92aa4..eac5f0b711be 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -142,19 +142,19 @@ public: const css::uno::Sequence< sal_Int8 > &aReadBuffer, const ::rtl::Reference < EncryptionData > &rData ); - css::uno::Reference< css::io::XInputStream > SAL_CALL getInputStream( + css::uno::Reference< css::io::XInputStream > getInputStream( ZipEntry& rEntry, const ::rtl::Reference < EncryptionData > &rData, bool bDecrypt, const rtl::Reference<SotMutexHolder>& aMutexHolder ); - css::uno::Reference< css::io::XInputStream > SAL_CALL getDataStream( + css::uno::Reference< css::io::XInputStream > getDataStream( ZipEntry& rEntry, const ::rtl::Reference < EncryptionData > &rData, bool bDecrypt, const rtl::Reference<SotMutexHolder>& aMutexHolder ); - css::uno::Reference< css::io::XInputStream > SAL_CALL getWrappedRawStream( + css::uno::Reference< css::io::XInputStream > getWrappedRawStream( ZipEntry& rEntry, const ::rtl::Reference < EncryptionData > &rData, const OUString& aMediaType, |