User: rt Date: 2008-01-29 13:50:06+0000 Modified: dba/reportdesign/source/ui/inspection/metadata.cxx
Log: INTEGRATION: CWS reportdesign02 (1.4.18); FILE MERGED 2008/01/15 11:50:31 oj 1.4.18.1: change helpid names File Changes: Directory: /dba/reportdesign/source/ui/inspection/ ================================================== File [changed]: metadata.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/metadata.cxx?r1=1.4&r2=1.5 Delta lines: +1 -1 ------------------- --- metadata.cxx 2007-11-20 19:11:29+0000 1.4 +++ metadata.cxx 2008-01-29 13:50:04+0000 1.5 @@ -118,7 +118,7 @@ //======================================================================== #define DEF_INFO( ident, uinameres, helpid, flags ) \ OPropertyInfoImpl( PROPERTY_##ident, PROPERTY_ID_##ident, \ - String( ModuleRes( RID_STR_##uinameres ) ), nPos++, HID_PROP_##helpid, flags ) + String( ModuleRes( RID_STR_##uinameres ) ), nPos++, HID_RPT_PROP_##helpid, flags ) #define DEF_INFO_1( ident, uinameres, helpid, flag1 ) \ DEF_INFO( ident, uinameres, helpid, PROP_FLAG_##flag1 ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
