summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 11:32:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 11:32:25 +0000
commit10ff12a84ea7df516b9cfbb1b0e2cae602340785 (patch)
tree6dcf6fd9a6e83ffb28972ace42bfde8a9a6ab2eb /sot/source
parent7a75a911dba940284f036fd51fa8a561f608b54f (diff)
INTEGRATION: CWS eforms2 (1.28.44); FILE MERGED
2004/10/11 16:07:01 dvo 1.28.44.4: RESYNC: (1.31-1.32); FILE MERGED 2004/10/08 21:44:41 dvo 1.28.44.3: RESYNC: (1.30-1.31); FILE MERGED 2004/07/27 14:10:24 fs 1.28.44.2: RESYNC: (1.28-1.30); FILE MERGED 2004/07/13 08:37:18 pb 1.28.44.1: fix: #i29824# SOT_FORMATSTR_ID_XFORMS added
Diffstat (limited to 'sot/source')
-rw-r--r--sot/source/base/exchange.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 1233648a5a15..044c70bd9c77 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exchange.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 20:31:27 $
+ * last change: $Author: obo $ $Date: 2004-11-16 12:32:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,7 +252,8 @@ namespace
/*128 SOT_FORMATSTR_ID_STARIMPRESS_8*/ { "application/x-vnd.oasis.openoffice.presentation", "Impress 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*129 SOT_FORMATSTR_ID_STARCALC_8*/ { "application/x-vnd.oasis.openoffice.spreadsheet", "Calc 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*130 SOT_FORMATSTR_ID_STARCHART_8*/ { "application/x-vnd.oasis.openoffice.chart", "Chart 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
- /*131 SOT_FORMATSTR_ID_STARMATH_8*/ { "application/x-vnd.oasis.openoffice.formula", "Math 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }
+ /*131 SOT_FORMATSTR_ID_STARMATH_8*/ { "application/x-vnd.oasis.openoffice.math", "Math 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+ /*132 SOT_FORMATSTR_ID_XFORMS */ { "application/x-openoffice-xforms;windows_formatname=\"??? Format\"", "???", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }
};
return &aInstance[0];
}