summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-02 12:47:29 +0000
committerjp <jp@openoffice.org>2001-02-02 12:47:29 +0000
commit75a6b1cc4f9085eecaea42daaf7c002d57ec6dc4 (patch)
treef36654e8c9e7492e50c94c08d0da84773391090b /sot
parentef80b69819cbf9618041350b46ce4db892e42a80 (diff)
change the unotypes to seq<Int8>
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/exchange.cxx98
1 files changed, 49 insertions, 49 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 559bc3dcfff3..ee525706632c 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exchange.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mba $ $Date: 2001-01-29 12:17:30 $
+ * last change: $Author: jp $ $Date: 2001-02-02 13:47:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ struct DataFlavorRepresentation
static const DataFlavorRepresentation aFormatArray_Impl[] =
{
-/* 0 SOT_FORMAT_SYSTEM_START*/ { "", "", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 0 SOT_FORMAT_SYSTEM_START*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 1 SOT_FORMAT_STRING*/ { "text/plain;charset=utf-16", "Text", &::getCppuType( (const ::rtl::OUString*) 0 ) },
/* 2 SOT_FORMAT_BITMAP*/ { "image/x-cf-dib", "Bitmap", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 3 SOT_FORMAT_GDIMETAFILE*/ { "GDIMetaFile", "GDIMetaFile", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
@@ -118,17 +118,17 @@ static const DataFlavorRepresentation aFormatArray_Impl[] =
/* 12 SOT_FORMATSTR_ID_SVXB*/ { "SVXB (StarView Bitmap/Animation)", "SVXB (StarView Bitmap/Animation)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 13 SOT_FORMATSTR_ID_SVIM*/ { "SVIM (StarView ImageMap)", "SVIM (StarView ImageMap)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 14 SOT_FORMATSTR_ID_XFA*/ { "XFA (XOutDev FillAttr)", "XFA (XOutDev FillAttr)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 15 SOT_FORMATSTR_ID_EDITENGINE*/ { "EditEngineFormat", "EditEngineFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
-/* 16 SOT_FORMATSTR_ID_INTERNALLINK_STATE*/ { "StatusInfo vom SvxInternalLink", "StatusInfo vom SvxInternalLink", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
-/* 17 SOT_FORMATSTR_ID_SOLK*/ { "SOLK (StarOffice Link)", "SOLK (StarOffice Link)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 18 SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK*/ { "Netscape Bookmark", "Netscape Bookmark", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 19 SOT_FORMATSTR_ID_TREELISTBOX*/ { "SV_LBOX_DD_FORMAT", "SV_LBOX_DD_FORMAT", &::getCppuType( (const ::rtl::OUString*) 0 ) }, //Type???
-/* 20 SOT_FORMATSTR_ID_NATIVE*/ { "Native", "Native", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
-/* 21 SOT_FORMATSTR_ID_OWNERLINK*/ { "OwnerLink", "OwnerLink", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 22 SOT_FORMATSTR_ID_STARSERVER*/ { "StarServerFormat", "StarServerFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
-/* 23 SOT_FORMATSTR_ID_STAROBJECT*/ { "StarObjectFormat", "StarObjectFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
-/* 24 SOT_FORMATSTR_ID_APPLETOBJECT*/ { "Applet Object", "Applet Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
-/* 25 SOT_FORMATSTR_ID_PLUGIN_OBJECT*/ { "PlugIn Object", "PlugIn Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
+/* 15 SOT_FORMATSTR_ID_EDITENGINE*/ { "EditEngineFormat", "EditEngineFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 16 SOT_FORMATSTR_ID_INTERNALLINK_STATE*/ { "StatusInfo vom SvxInternalLink", "StatusInfo vom SvxInternalLink", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 17 SOT_FORMATSTR_ID_SOLK*/ { "SOLK (StarOffice Link)", "SOLK (StarOffice Link)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 18 SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK*/ { "Netscape Bookmark", "Netscape Bookmark", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 19 SOT_FORMATSTR_ID_TREELISTBOX*/ { "SV_LBOX_DD_FORMAT", "SV_LBOX_DD_FORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 20 SOT_FORMATSTR_ID_NATIVE*/ { "Native", "Native", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 21 SOT_FORMATSTR_ID_OWNERLINK*/ { "OwnerLink", "OwnerLink", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 22 SOT_FORMATSTR_ID_STARSERVER*/ { "StarServerFormat", "StarServerFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 23 SOT_FORMATSTR_ID_STAROBJECT*/ { "StarObjectFormat", "StarObjectFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 24 SOT_FORMATSTR_ID_APPLETOBJECT*/ { "Applet Object", "Applet Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 25 SOT_FORMATSTR_ID_PLUGIN_OBJECT*/ { "PlugIn Object", "PlugIn Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 26 SOT_FORMATSTR_ID_STARWRITER_30*/ { "StarWriter 3.0", "StarWriter 3.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 27 SOT_FORMATSTR_ID_STARWRITER_40*/ { "StarWriter 4.0", "StarWriter 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 28 SOT_FORMATSTR_ID_STARWRITER_50*/ { "StarWriter 5.0", "StarWriter 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
@@ -157,71 +157,71 @@ static const DataFlavorRepresentation aFormatArray_Impl[] =
/* 51 SOT_FORMATSTR_ID_HTML*/ { "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 ) },
/* 53 SOT_FORMATSTR_ID_CHAOS*/ { "FORMAT_CHAOS", "FORMAT_CHAOS", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 54 SOT_FORMATSTR_ID_CNT_MSGATTACHFILE*/ { "CNT_MSGATTACHFILE_FORMAT", "CNT_MSGATTACHFILE_FORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }, //Type???
+/* 54 SOT_FORMATSTR_ID_CNT_MSGATTACHFILE*/ { "CNT_MSGATTACHFILE_FORMAT", "CNT_MSGATTACHFILE_FORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 55 SOT_FORMATSTR_ID_BIFF_5*/ { "Biff5", "Biff5", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 56 SOT_FORMATSTR_ID_BIFF__5*/ { "Biff 5", "Biff 5", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 57 SOT_FORMATSTR_ID_SYLK*/ { "Sylk", "Sylk", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 58 SOT_FORMATSTR_ID_SYLK_BIGCAPS*/ { "SYLK", "SYLK", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 59 SOT_FORMATSTR_ID_LINK*/ { "Link", "Link", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 59 SOT_FORMATSTR_ID_LINK*/ { "Link", "Link", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 60 SOT_FORMATSTR_ID_DIF*/ { "DIF", "DIF", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 61 SOT_FORMATSTR_ID_STARDRAW_TABBAR*/ { "StarDraw TabBar", "StarDraw TabBar", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 62 SOT_FORMATSTR_ID_SONLK*/ { "SONLK (StarOffice Navi Link)", "SONLK (StarOffice Navi Link)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 63 SOT_FORMATSTR_ID_MSWORD_DOC*/ { "MSWordDoc", "MSWordDoc", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 64 SOT_FORMATSTR_ID_STAR_FRAMESET_DOC*/ { "StarFrameSetDocument", "StarFrameSetDocument", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 65 SOT_FORMATSTR_ID_OFFICE_DOC*/ { "OfficeDocument", "OfficeDocument", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 66 SOT_FORMATSTR_ID_NOTES_DOCINFO*/ { "NotesDocInfo", "NotesDocInfo", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 67 SOT_FORMATSTR_ID_NOTES_HNOTE*/ { "NoteshNote", "NoteshNote", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 68 SOT_FORMATSTR_ID_NOTES_NATIVE*/ { "Native", "Native", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 69 SOT_FORMATSTR_ID_SFX_DOC*/ { "SfxDocument", "SfxDocument", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 70 SOT_FORMATSTR_ID_EVDF*/ { "EVDF (Explorer View Dummy Format)", "EVDF (Explorer View Dummy Format)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 71 SOT_FORMATSTR_ID_ESDF*/ { "ESDF (Explorer Search Dummy Format)", "ESDF (Explorer Search Dummy Format)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 72 SOT_FORMATSTR_ID_IDF*/ { "IDF (Iconview Dummy Format)", "IDF (Iconview Dummy Format)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 73 SOT_FORMATSTR_ID_EFTP*/ { "EFTP (Explorer Ftp File)", "EFTP (Explorer Ftp File)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 74 SOT_FORMATSTR_ID_EFD*/ { "EFD (Explorer Ftp Dir)", "EFD (Explorer Ftp Dir)", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 75 SOT_FORMATSTR_ID_SVX_FORMFIELDEXCH*/ { "SvxFormFieldExch", "SvxFormFieldExch", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 76 SOT_FORMATSTR_ID_EXTENDED_TABBAR*/ { "ExtendedTabBar", "ExtendedTabBar", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 77 SOT_FORMATSTR_ID_SBA_DATAEXCHANGE*/ { "SBA-DATAFORMAT", "SBA-DATAFORMAT", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 78 SOT_FORMATSTR_ID_SBA_FIELDDATAEXCHANGE*/ { "SBA-FIELDFORMAT", "SBA-FIELDFORMAT", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 79 SOT_FORMATSTR_ID_SBA_PRIVATE_URL*/ { "SBA-PRIVATEURLFORMAT", "SBA-PRIVATEURLFORMAT", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 80 SOT_FORMATSTR_ID_SBA_TABED*/ { "Tabed", "Tabed", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 81 SOT_FORMATSTR_ID_SBA_TABID*/ { "Tabid", "Tabid", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 82 SOT_FORMATSTR_ID_SBA_JOIN*/ { "SBA-JOINFORMAT", "SBA-JOINFORMAT", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 61 SOT_FORMATSTR_ID_STARDRAW_TABBAR*/ { "StarDraw TabBar", "StarDraw TabBar", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 62 SOT_FORMATSTR_ID_SONLK*/ { "SONLK (StarOffice Navi Link)", "SONLK (StarOffice Navi Link)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 63 SOT_FORMATSTR_ID_MSWORD_DOC*/ { "MSWordDoc", "MSWordDoc", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 64 SOT_FORMATSTR_ID_STAR_FRAMESET_DOC*/ { "StarFrameSetDocument", "StarFrameSetDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 65 SOT_FORMATSTR_ID_OFFICE_DOC*/ { "OfficeDocument", "OfficeDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 66 SOT_FORMATSTR_ID_NOTES_DOCINFO*/ { "NotesDocInfo", "NotesDocInfo", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 67 SOT_FORMATSTR_ID_NOTES_HNOTE*/ { "NoteshNote", "NoteshNote", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 68 SOT_FORMATSTR_ID_NOTES_NATIVE*/ { "Native", "Native", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 69 SOT_FORMATSTR_ID_SFX_DOC*/ { "SfxDocument", "SfxDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 70 SOT_FORMATSTR_ID_EVDF*/ { "EVDF (Explorer View Dummy Format)", "EVDF (Explorer View Dummy Format)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 71 SOT_FORMATSTR_ID_ESDF*/ { "ESDF (Explorer Search Dummy Format)", "ESDF (Explorer Search Dummy Format)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 72 SOT_FORMATSTR_ID_IDF*/ { "IDF (Iconview Dummy Format)", "IDF (Iconview Dummy Format)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 73 SOT_FORMATSTR_ID_EFTP*/ { "EFTP (Explorer Ftp File)", "EFTP (Explorer Ftp File)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 74 SOT_FORMATSTR_ID_EFD*/ { "EFD (Explorer Ftp Dir)", "EFD (Explorer Ftp Dir)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 75 SOT_FORMATSTR_ID_SVX_FORMFIELDEXCH*/ { "SvxFormFieldExch", "SvxFormFieldExch", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 76 SOT_FORMATSTR_ID_EXTENDED_TABBAR*/ { "ExtendedTabBar", "ExtendedTabBar", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 77 SOT_FORMATSTR_ID_SBA_DATAEXCHANGE*/ { "SBA-DATAFORMAT", "SBA-DATAFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 78 SOT_FORMATSTR_ID_SBA_FIELDDATAEXCHANGE*/ { "SBA-FIELDFORMAT", "SBA-FIELDFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 79 SOT_FORMATSTR_ID_SBA_PRIVATE_URL*/ { "SBA-PRIVATEURLFORMAT", "SBA-PRIVATEURLFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 80 SOT_FORMATSTR_ID_SBA_TABED*/ { "Tabed", "Tabed", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 81 SOT_FORMATSTR_ID_SBA_TABID*/ { "Tabid", "Tabid", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 82 SOT_FORMATSTR_ID_SBA_JOIN*/ { "SBA-JOINFORMAT", "SBA-JOINFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
#ifdef MAC
/* 83 SOT_FORMATSTR_ID_OBJECTDESCRIPTOR*/ { "Star OBJD", "Star OBJD", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 84 SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR*/ { "Star LKSD", "Star LKSD", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 85 SOT_FORMATSTR_ID_EMBED_SOURCE*/ { "Star EMBS", "Star EMBS", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 86 SOT_FORMATSTR_ID_LINK_SOURCE*/ { "Star LNKS", "Star LNKS", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/* 87 SOT_FORMATSTR_ID_EMBEDDED_OBJ*/ { "Star EMBO", "Star EMBO", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 86 SOT_FORMATSTR_ID_LINK_SOURCE*/ { "Star LNKS", "Star LNKS", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/* 87 SOT_FORMATSTR_ID_EMBEDDED_OBJ*/ { "Star EMBO", "Star EMBO", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
#else ;;
/* 83 SOT_FORMATSTR_ID_OBJECTDESCRIPTOR*/ { "Star Object Descriptor", "Star Object Descriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 84 SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR*/ { "Star Link Source Descriptor", "Star Link Source Descriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 85 SOT_FORMATSTR_ID_EMBED_SOURCE*/ { "Star Embed Source", "Star Embed Source", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 86 SOT_FORMATSTR_ID_LINK_SOURCE*/ { "Star Link Source", "Star Link Source", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 86 SOT_FORMATSTR_ID_LINK_SOURCE*/ { "Star Link Source", "Star Link Source", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 87 SOT_FORMATSTR_ID_EMBEDDED_OBJ*/ { "Star Embedded Object", "Star Embedded Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
#endif
#ifdef WNT
/* 88 SOT_FORMATSTR_ID_FILECONTENT*/ { CFSTR_FILECONTENTS, CFSTR_FILECONTENTS, &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 89 SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR*/ { CFSTR_FILEDESCRIPTOR, CFSTR_FILEDESCRIPTOR, &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 90 SOT_FORMATSTR_ID_FILENAME*/ { CFSTR_FILENAME, CFSTR_FILENAME, &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 90 SOT_FORMATSTR_ID_FILENAME*/ { CFSTR_FILENAME, CFSTR_FILENAME, &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
#else
/* 88 SOT_FORMATSTR_ID_FILECONTENT*/ { "FileContents", "FileContents", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 89 SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR*/ { "FileGroupDescriptor", "FileGroupDescriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 90 SOT_FORMATSTR_ID_FILENAME*/ { "FileName", "FileName", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 90 SOT_FORMATSTR_ID_FILENAME*/ { "FileName", "FileName", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
#endif
/* 91 SOT_FORMATSTR_ID_SD_OLE*/ { "SD-OLE", "SD-OLE", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 92 SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE*/ { "Embedded Object", "Embedded Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 93 SOT_FORMATSTR_ID_EMBED_SOURCE_OLE*/ { "Embed Source", "Embed Source", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 94 SOT_FORMATSTR_ID_OBJECTDESCRIPTOR_OLE*/ { "Object Descriptor", "Object Descriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 95 SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR_OLE*/ { "Link Source Descriptor", "Link Source Descriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/* 96 SOT_FORMATSTR_ID_LINK_SOURCE_OLE*/ { "Link Source", "Link Source", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/* 96 SOT_FORMATSTR_ID_LINK_SOURCE_OLE*/ { "Link Source", "Link Source", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 97 SOT_FORMATSTR_ID_SBA_CTRLDATAEXCHANGE*/ { "SBA-CTRLFORMAT", "SBA-CTRLFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 98 SOT_FORMATSTR_ID_OUTPLACE_OBJ*/ { "OutPlace Object", "OutPlace Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/* 99 SOT_FORMATSTR_ID_CNT_OWN_CLIP*/ { "CntOwnClipboard", "CntOwnClipboard", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/*100 SOT_FORMATSTR_ID_INET_IMAGE*/ { "SO-INet-Image", "SO-INet-Image", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/*101 SOT_FORMATSTR_ID_NETSCAPE_IMAGE*/ { "Netscape Image Format", "Netscape Image Format", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/*100 SOT_FORMATSTR_ID_INET_IMAGE*/ { "SO-INet-Image", "SO-INet-Image", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/*101 SOT_FORMATSTR_ID_NETSCAPE_IMAGE*/ { "Netscape Image Format", "Netscape Image Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*102 SOT_FORMATSTR_ID_SBA_FORMEXCHANGE*/ { "SBA_FORMEXCHANGE", "SBA_FORMEXCHANGE", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*103 SOT_FORMATSTR_ID_SBA_REPORTEXCHANGE*/ { "SBA_REPORTEXCHANGE", "SBA_REPORTEXCHANGE", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/*104 SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR*/ { "UniformResourceLocator", "UniformResourceLocator", &::getCppuType( (const ::rtl::OUString*) 0 ) },
+/*104 SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR*/ { "UniformResourceLocator", "UniformResourceLocator", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*105 SOT_FORMATSTR_ID_STARCHARTDOCUMENT_50*/ { "StarChartDocument 5.0", "StarChartDocument 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*106 SOT_FORMATSTR_ID_GRAPHOBJ*/ { "Graphic Object", "Graphic Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*107 SOT_FORMATSTR_ID_STARWRITER_60*/ { "application/vnd.sun.xml.writer", "Writer 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
@@ -232,8 +232,8 @@ 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*/ { "SO_DUMMYFORMAT_3", "SO_DUMMYFORMAT_3", &::getCppuType( (const ::rtl::OUString*) 0 ) },
-/*116 SOT_FORMATSTR_ID_DUMMY4*/ { "SO_DUMMYFORMAT_4", "SO_DUMMYFORMAT_4", &::getCppuType( (const ::rtl::OUString*) 0 ) }
+/*115 SOT_FORMATSTR_ID_DUMMY3*/ { "SO_DUMMYFORMAT_3", "SO_DUMMYFORMAT_3", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/*116 SOT_FORMATSTR_ID_DUMMY4*/ { "SO_DUMMYFORMAT_4", "SO_DUMMYFORMAT_4", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }
};
//-----------------------------------------------------------------------