diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-25 08:38:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-25 08:38:11 +0000 |
commit | a38dcc18fb766ff02a190c9c8f23b3ea93aac277 (patch) | |
tree | 3f91bea17a8b1bbe769ab4ecb0cf274c717a2afc /package | |
parent | 9496b744b3cc6ba434614a334969d98380437032 (diff) |
INTEGRATION: CWS mav16 (1.7.18); FILE MERGED
2005/02/10 14:11:05 mav 1.7.18.1: #i41809# fallback to detect mediatype of a package with no manifest.xml
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/xstorage.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index d4064627ea9c..0ea72abcfc28 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xstorage.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-11-26 20:46:00 $ + * last change: $Author: vg $ $Date: 2005-02-25 09:38:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -241,6 +241,7 @@ struct OStorage_Impl sal_Bool m_bControlMediaType; ::rtl::OUString m_aMediaType; + sal_Bool m_bMTFallbackUsed; ////////////////////////////////////////// // Constructors |