Tag: cws_src680_reportdesign02 User: oj Date: 2007-10-29 11:41:22+0000 Modified: dba/reportdesign/source/ui/report/SectionView.cxx
Log: #i77919# enable view to draw only left and right border File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: SectionView.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/SectionView.cxx?r1=1.4&r2=1.4.36.1 Delta lines: +4 -3 ------------------- --- SectionView.cxx 2007-08-03 10:04:21+0000 1.4 +++ SectionView.cxx 2007-10-29 11:41:19+0000 1.4.36.1 @@ -4,9 +4,9 @@ * * $RCSfile: SectionView.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.36.1 $ * - * last change: $Author: hr $ $Date: 2007/08/03 10:04:21 $ + * last change: $Author: oj $ $Date: 2007/10/29 11:41:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,7 @@ SetBufferedOutputAllowed(true); SetBufferedOverlayAllowed(true); SetPageBorderVisible(false); + SetBordVisibleOnlyLeftRight(); SetBordVisible(); SetQuickTextEditMode(FALSE); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
