diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-25 08:37:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-25 08:37:46 +0000 |
commit | 76769bfd29526e3d82475c5e9bcbc0dcf0974a42 (patch) | |
tree | 5e15f6079ca4bb43acab184bd2530b3a3f9b00d7 /package/inc/ZipPackage.hxx | |
parent | 6c9a6749a6dd59b8af6db3a75f22725287fb9fff (diff) |
INTEGRATION: CWS mav16 (1.36.34); FILE MERGED
2005/02/10 14:11:04 mav 1.36.34.1: #i41809# fallback to detect mediatype of a package with no manifest.xml
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 30467e68f..3b47c6faf 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.hxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: kz $ $Date: 2004-10-04 21:07:34 $ + * last change: $Author: vg $ $Date: 2005-02-25 09:37:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -139,6 +139,7 @@ protected: sal_Bool bUseManifest; sal_Bool bForceRecovery; + sal_Bool m_bMediaTypeFallbackUsed; sal_Bool m_bPackageFormat; InitialisationMode eMode; |