User: obo Date: 05/03/18 02:04:47 Modified: /dba/dbaccess/source/core/api/ KeySet.hxx
Log: INTEGRATION: CWS dba25 (1.20.50); FILE MERGED 2005/03/07 08:00:16 oj 1.20.50.1: #i37076# set default value in insert row when the column is not modified File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: KeySet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/KeySet.hxx?r1=1.20&r2=1.21 Delta lines: +2 -1 ------------------- --- KeySet.hxx 17 Nov 2004 14:41:36 -0000 1.20 +++ KeySet.hxx 18 Mar 2005 10:04:45 -0000 1.21 @@ -84,7 +84,8 @@ namespace dbaccess { - typedef ::std::pair<sal_Int32,sal_Int32> TPositionTypePair; + typedef ::std::pair<sal_Int32,::rtl::OUString> TTypeDefaultValuePair; + typedef ::std::pair<sal_Int32,TTypeDefaultValuePair> TPositionTypePair; DECLARE_STL_MAP(::rtl::OUString, TPositionTypePair,::comphelper::UStringMixLess,OColumnNamePos); // the elements of _rxQueryColumns must have the properties PROPERTY_REALNAME and PROPERTY_TABLENAME --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
