summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 14:36:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 14:36:09 +0000
commit8c3861b1fcd961a09254b584b4e74e6a7c0b06a4 (patch)
treef7e6ef6b3fcf3e1487482630a83c2d4582b4eb78 /comphelper/source/misc
parenta92a63b5aab5032714dc892a8090d59231096ba7 (diff)
INTEGRATION: CWS fwkp2fix02 (1.2.34); FILE MERGED
2004/11/12 12:14:17 mba 1.2.34.1: #i36981#: math objects couldn't be loaded
Diffstat (limited to 'comphelper/source/misc')
-rw-r--r--comphelper/source/misc/storagehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx
index 159fde5731b0..774d8c94eda9 100644
--- a/comphelper/source/misc/storagehelper.cxx
+++ b/comphelper/source/misc/storagehelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: storagehelper.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 21:07:02 $
+ * last change: $Author: obo $ $Date: 2004-11-17 15:36:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -263,7 +263,7 @@ sal_Int32 OStorageHelper::GetXStorageFormat(
|| aMediaType.equalsIgnoreAsciiCase( ::rtl::OUString::createFromAscii( "application/x-vnd.oasis.openoffice.presentation" ) )
|| aMediaType.equalsIgnoreAsciiCase( ::rtl::OUString::createFromAscii( "application/x-vnd.oasis.openoffice.spreadsheet" ) )
|| aMediaType.equalsIgnoreAsciiCase( ::rtl::OUString::createFromAscii( "application/x-vnd.oasis.openoffice.chart" ) )
- || aMediaType.equalsIgnoreAsciiCase( ::rtl::OUString::createFromAscii( "application/x-vnd.oasis.openoffice.math" ) ) )
+ || aMediaType.equalsIgnoreAsciiCase( ::rtl::OUString::createFromAscii( "application/x-vnd.oasis.openoffice.formula" ) ) )
{
nResult = SOFFICE_FILEFORMAT_8;
}