diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-05-15 14:17:54 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-05-15 14:17:54 +0000 |
commit | ac267be3d5042878e39f5e9059aecc98a4279629 (patch) | |
tree | 4adc302dedbfc1b133382b652161c54c44bf337c /package/inc/ZipPackage.hxx | |
parent | 5976f67602eaed3123e50e520ef267077d7ddf7d (diff) |
Add bHasEncryptedEntries property
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-rw-r--r-- | package/inc/ZipPackage.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index 104577e2e..50710b666 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: mtg $ $Date: 2001-04-27 14:56:05 $ + * last change: $Author: mtg $ $Date: 2001-05-15 15:17:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,6 +123,7 @@ protected: const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xFactory; void getZipFileContents(); NameHash aRecent; + sal_Bool bHasEncryptedEntries; public: ZipPackage (const ::com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > &xNewFactory); |