User: hr Date: 2007-09-26 14:39:06+0000 Modified: dba/dbaccess/source/core/api/definitioncolumn.cxx
Log: INTEGRATION: CWS dba24a (1.24.120); FILE MERGED 2007/08/02 10:49:09 oj 1.24.120.1: #i65023# modify dswhen column width changed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: definitioncolumn.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/definitioncolumn.cxx?r1=1.24&r2=1.25 Delta lines: +1 -1 ------------------- --- definitioncolumn.cxx 2006-09-17 06:34:34+0000 1.24 +++ definitioncolumn.cxx 2007-09-26 14:39:04+0000 1.25 @@ -141,7 +141,7 @@ DECL_PROP0(SCALE, sal_Int32 ); DECL_PROP0(TYPE, sal_Int32 ); DECL_PROP0(TYPENAME, ::rtl::OUString ); - DECL_PROP1(WIDTH, sal_Int32, MAYBEVOID); + DECL_PROP2(WIDTH, sal_Int32, BOUND, MAYBEVOID); END_PROPERTY_HELPER(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
