Tag: cws_src680_dba24 User: fs Date: 05/02/10 08:58:04 Modified: /dba/dbaccess/source/filter/xml/ xmlDataSourceSetting.cxx
Log: #i15113# read short values, since we're also writing them File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlDataSourceSetting.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx?r1=1.4&r2=1.4.20.1 Delta lines: +4 -3 ------------------- --- xmlDataSourceSetting.cxx 5 Jan 2005 12:30:30 -0000 1.4 +++ xmlDataSourceSetting.cxx 10 Feb 2005 16:58:01 -0000 1.4.20.1 @@ -2,9 +2,9 @@ * * $RCSfile: xmlDataSourceSetting.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.20.1 $ * - * last change: $Author: obo $ $Date: 2005/01/05 12:30:30 $ + * last change: $Author: fs $ $Date: 2005/02/10 16:58:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,6 +133,7 @@ s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::getCppuType( static_cast< double* >(NULL) ); s_aTypeNameMap[GetXMLToken( XML_STRING)] = ::getCppuType( static_cast< ::rtl::OUString* >(NULL) ); s_aTypeNameMap[GetXMLToken( XML_INT)] = ::getCppuType( static_cast< sal_Int32* >(NULL) ); + s_aTypeNameMap[GetXMLToken( XML_SHORT)] = ::getCppuType( static_cast< sal_Int16* >(NULL) ); s_aTypeNameMap[GetXMLToken( XML_VOID)] = ::getVoidCppuType(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
