diff options
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 25161b3df069..eb60e7c60e7b 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: cl $ $Date: 2002-09-25 09:49:05 $ + * last change: $Author: hr $ $Date: 2003-03-26 14:13:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,6 +137,7 @@ protected: ::rtl::OUString sURL; sal_Bool bHasEncryptedEntries; sal_Bool bUseManifest; + sal_Bool bForceRecovery; InitialisationMode eMode; ::com::sun::star::uno::Reference < com::sun::star::container::XNameContainer > xRootFolder; |