summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-04-10 14:23:19 +0000
committerThomas Benisch <tbe@openoffice.org>2001-04-10 14:23:19 +0000
commit0234d1511ac76b2c2294d7fe9d1fef353bf1bc3b (patch)
tree67b1060cb48f3b5ce6b34daf8503dff441e1f4ce /sot/source
parenta30e971c2f757321135c9a8c1c1b658e68ed24c9 (diff)
added dialog format
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 8e63fdeb10df..522e2fb83a2c 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exchange.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: fs $ $Date: 2001-03-23 11:28:19 $
+ * last change: $Author: tbe $ $Date: 2001-04-10 15:21:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -230,7 +230,8 @@ static const DataFlavorRepresentation aFormatArray_Impl[] =
/*116 SOT_FORMATSTR_ID_DBACCESS_QUERY*/ { "application/x-openoffice;windows_formatname=\"Data source Query Object\"", "Data source Query Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*117 SOT_FORMATSTR_ID_DBACCESS_TABLE*/ { "application/x-openoffice;windows_formatname=\"Data source Table\"", "Data source Table", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
/*118 SOT_FORMATSTR_ID_DBACCESS_COMMAND*/ { "application/x-openoffice;windows_formatname=\"SQL query\"", "SQL query", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
-/*119 SOT_FORMATSTR_ID_DUMMY7*/ { "application/x-openoffice;windows_formatname=\"SO_DUMMYFORMAT_7\"", "SO_DUMMYFORMAT_7", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }
+/*119 SOT_FORMATSTR_ID_DIALOG_60*/ { "application/vnd.sun.xml.dialog", "Dialog 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
+/*120 SOT_FORMATSTR_ID_DUMMY7*/ { "application/x-openoffice;windows_formatname=\"SO_DUMMYFORMAT_7\"", "SO_DUMMYFORMAT_7", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) }
};
//-----------------------------------------------------------------------