Tag: cws_src680_reportdesign01 User: oj Date: 2007-09-21 09:43:08+0000 Modified: dba/reportdesign/source/ui/report/ReportSection.cxx
Log: #i80229# name changed File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportSection.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportSection.cxx?r1=1.5&r2=1.5.6.1 Delta lines: +4 -5 ------------------- --- ReportSection.cxx 2007-08-17 15:35:19+0000 1.5 +++ ReportSection.cxx 2007-09-21 09:43:05+0000 1.5.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: ReportSection.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.6.1 $ * - * last change: $Author: ihi $ $Date: 2007/08/17 15:35:19 $ + * last change: $Author: oj $ $Date: 2007/09/21 09:43:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -126,8 +126,7 @@ sal_Int32 lcl_getOverlappedControlColor(/*const uno::Reference <lang::XMultiServiceFactory> _rxFactory*/) { svtools::ExtendedColorConfig aConfig; - // sal_Int32 nColor = aConfig.GetColorValue(rtl::OUString::createFromAscii("ReportDesigner"), rtl::OUString::createFromAscii("OverlappedControl")).nColor; - sal_Int32 nColor = aConfig.GetColorValue(rtl::OUString::createFromAscii("ReportDesigner"), DBOVERLAPPEDCONTROL).nColor; + sal_Int32 nColor = aConfig.GetColorValue(CFG_REPORTDESIGNER, DBOVERLAPPEDCONTROL).getColor(); return nColor; } //------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
