summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index eac5f0b711be..9d1a6da0d2bc 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -103,7 +103,7 @@ public:
EntryHash& GetEntryHash() { return aEntries; }
void setInputStream ( const css::uno::Reference < css::io::XInputStream >& xNewStream );
- css::uno::Reference< css::io::XInputStream > SAL_CALL getRawData(
+ css::uno::Reference< css::io::XInputStream > getRawData(
ZipEntry& rEntry,
const ::rtl::Reference < EncryptionData > &rData,
bool bDecrypt,