summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 09:21:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 09:21:15 +0000
commitedc5c0d3fbf3794a5269d5146a8ecdadce09de46 (patch)
treec90424345eed97451c00805239ed16e95f551bf6 /comphelper/source/misc
parentfe76e63976e2492beb757ebab182768bd00e2765 (diff)
INTEGRATION: CWS oj14 (1.9.18); FILE MERGED
2006/11/13 18:57:39 oj 1.9.18.1: new doc constant
Diffstat (limited to 'comphelper/source/misc')
-rw-r--r--comphelper/source/misc/storagehelper.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx
index 0168d642d03d..023d1961ca1c 100644
--- a/comphelper/source/misc/storagehelper.cxx
+++ b/comphelper/source/misc/storagehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: storagehelper.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-10-13 11:40:59 $
+ * last change: $Author: rt $ $Date: 2007-07-06 10:21:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -255,6 +255,7 @@ sal_Int32 OStorageHelper::GetXStorageFormat(
aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_CHART_ASCII ) ||
aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_FORMULA_ASCII ) ||
aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_DATABASE_ASCII ) ||
+ aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_REPORT_ASCII ) ||
aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_TEXT_TEMPLATE_ASCII ) ||
aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_DRAWING_TEMPLATE_ASCII ) ||
aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE_ASCII) ||