diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-03-16 12:14:17 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-03-16 12:14:17 +0000 |
commit | 1c7395b887b68ab500dd72907f0100a37317e8bf (patch) | |
tree | f9d70faa60ab09beacfa397c6086eb8ac72fb35a /sot | |
parent | a184eda6e2ca418c02c9cfc015e77c2c8d484dc8 (diff) |
#81798#: added format id for WMF
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/exchange.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 0687ed2fbcc2..02d449e22b64 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -2,9 +2,9 @@ * * $RCSfile: exchange.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: jp $ $Date: 2001-03-15 13:34:15 $ + * last change: $Author: ka $ $Date: 2001-03-16 13:14:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -226,7 +226,7 @@ static const DataFlavorRepresentation aFormatArray_Impl[] = /*112 SOT_FORMATSTR_ID_STARCALC_60*/ { "application/vnd.sun.xml.calc", "Calc 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /*113 SOT_FORMATSTR_ID_STARCHART_60*/ { "application/vnd.sun.xml.chart", "Chart 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /*114 SOT_FORMATSTR_ID_STARMATH_60*/ { "application/vnd.sun.xml.math", "Math 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, -/*115 SOT_FORMATSTR_ID_DUMMY3*/ { "application/x-openoffice;windows_formatname=\"SO_DUMMYFORMAT_3\"", "SO_DUMMYFORMAT_3", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, +/*115 SOT_FORMATSTR_WMF*/ { "application/x-openoffice;windows_formatname=\"Image WMF\"", "Windows MetaFile", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, /*116 SOT_FORMATSTR_ID_DUMMY4*/ { "application/x-openoffice;windows_formatname=\"SO_DUMMYFORMAT_4\"", "SO_DUMMYFORMAT_4", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) } }; |