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 | 2b0c932db36f940ff937dbb097a9a84bf70a2b7f (patch) | |
tree | 121f718183876ed5ea669942f552094e001c17b5 /package | |
parent | 996a6ba4a41ff7d8b17ba90b844f5c98cdb84ce2 (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')
-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 af5cdb18cb90..44ad9a0d09cf 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; |