Tag: cws_ooh680_dba24h User: fs Date: 2008-02-04 12:33:59+0000 Modified: dba/reportdesign/source/ui/misc/UITools.cxx
Log: #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.2.68.1&r2=1.2.68.1.4.1 Delta lines: +5 -4 ------------------- --- UITools.cxx 2008-01-18 13:08:19+0000 1.2.68.1 +++ UITools.cxx 2008-02-04 12:33:56+0000 1.2.68.1.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.2.68.1 $ + * $Revision: 1.2.68.1.4.1 $ * - * last change: $Author: kz $ $Date: 2008/01/18 13:08:19 $ + * last change: $Author: fs $ $Date: 2008/02/04 12:33:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
