diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-03-08 10:40:01 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-03-08 10:40:01 +0000 |
commit | 1053dcaed688b0408b90875fba4f300acfec59c1 (patch) | |
tree | f1afdd4cdcfa4d1e34f3f7b98562951d04effb88 /sot | |
parent | 0f76c4a2c8811406c5b1b31122b6de04fd8839f4 (diff) |
HTML => HTML Format
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/exchange.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 718bbd8a8612..1e15336ce693 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -2,9 +2,9 @@ * * $RCSfile: exchange.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ka $ $Date: 2001-03-07 10:42:07 $ + * last change: $Author: ka $ $Date: 2001-03-08 11:40:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,8 +154,8 @@ static const DataFlavorRepresentation aFormatArray_Impl[] = /* 48 SOT_FORMATSTR_ID_STARMATH_50*/ { "application/x-openoffice;windows_formatname=\"StarMath 5.0\"", "StarMath 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /* 49 SOT_FORMATSTR_ID_STAROBJECT_PAINTDOC*/ { "application/x-openoffice;windows_formatname=\"StarObjectPaintDocument\"", "StarObjectPaintDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /* 50 SOT_FORMATSTR_ID_FILLED_AREA*/ { "application/x-openoffice;windows_formatname=\"FilledArea\"", "FilledArea", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, -/* 51 SOT_FORMATSTR_ID_HTML*/ { "application/x-openoffice;windows_formatname=\"HTML (HyperText Markup Language)\"", "HTML (HyperText Markup Language)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, -/* 52 SOT_FORMATSTR_ID_HTML_SIMPLE*/ { "text/html", "HTML Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, +/* 51 SOT_FORMATSTR_ID_HTML*/ { "text/html", "HTML (HyperText Markup Language)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, +/* 52 SOT_FORMATSTR_ID_HTML_SIMPLE*/ { "application/x-openoffice;windows_formatname=\"HTML Format\"", "HTML Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /* 53 SOT_FORMATSTR_ID_CHAOS*/ { "application/x-openoffice;windows_formatname=\"FORMAT_CHAOS\"", "FORMAT_CHAOS", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /* 54 SOT_FORMATSTR_ID_CNT_MSGATTACHFILE*/ { "application/x-openoffice;windows_formatname=\"CNT_MSGATTACHFILE_FORMAT\"", "CNT_MSGATTACHFILE_FORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /* 55 SOT_FORMATSTR_ID_BIFF_5*/ { "application/x-openoffice;windows_formatname=\"Biff5\"", "Biff5", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, |