User: vg Date: 2008-02-12 13:10:57+0000 Modified: dba/reportdesign/source/ui/misc/UITools.cxx
Log: INTEGRATION: CWS dba24h_SRC680 (1.2.68.1.4); FILE MERGED 2008/02/04 12:33:56 fs 1.2.68.1.4.1: #i85822# properly initialize pRanges (0-terminated) File Changes: Directory: /dba/reportdesign/source/ui/misc/ ============================================ File [changed]: UITools.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/misc/UITools.cxx?r1=1.3&r2=1.4 Delta lines: +2 -1 ------------------- --- UITools.cxx 2008-01-29 13:50:20+0000 1.3 +++ UITools.cxx 2008-02-12 13:10:54+0000 1.4 @@ -703,7 +703,8 @@ SID_ATTR_CHAR_CTL_FONT, SID_ATTR_CHAR_CTL_WEIGHT */ - ITEMID_FONT,ITEMID_VERJUSTIFY + ITEMID_FONT,ITEMID_VERJUSTIFY, + 0 }; bool bSuccess = false; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
