diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:29:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:29:02 +0000 |
commit | 95fc9367a75074a85d0c3a4bc3c4399f001d8c89 (patch) | |
tree | ab695e79dfef78b5c294f34e778a6e69421e693f /comphelper | |
parent | 360ef49ee9320864d86ef1ed59f2d684383831d1 (diff) |
INTEGRATION: CWS rptchart01_DEV300 (1.10.60); FILE MERGED
2008/01/24 14:33:28 oj 1.10.60.1: #i85225# new document type
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index 023d1961ca1c..be488027499f 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: storagehelper.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-07-06 10:21:15 $ + * last change: $Author: kz $ $Date: 2008-03-05 18:29:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -256,6 +256,7 @@ sal_Int32 OStorageHelper::GetXStorageFormat( 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_REPORT_CHART_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) || |