summaryrefslogtreecommitdiffstats
path: root/package/inc/ZipEnumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/ZipEnumeration.hxx')
-rw-r--r--package/inc/ZipEnumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipEnumeration.hxx b/package/inc/ZipEnumeration.hxx
index c84ae2ce2410..07e8a5848617 100644
--- a/package/inc/ZipEnumeration.hxx
+++ b/package/inc/ZipEnumeration.hxx
@@ -26,8 +26,8 @@ class ZipEnumeration final
EntryHash &rEntryHash;
EntryHash::const_iterator aIterator;
public:
- bool SAL_CALL hasMoreElements();
- const ZipEntry * SAL_CALL nextElement();
+ bool hasMoreElements();
+ const ZipEntry * nextElement();
ZipEnumeration( EntryHash &rNewEntryHash );
~ZipEnumeration();
};