Tag: cws_src680_rpt23fix01 User: lla Date: 2007-07-16 12:25:39+0000 Modified: dba/reportdesign/source/ui/report/ReportSection.cxx
Log: #i77268# ServiceFactory no longer need in getOverlappedControlColor() 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.2.2.5&r2=1.2.2.6 Delta lines: +5 -5 ------------------- --- ReportSection.cxx 2007-07-16 12:11:04+0000 1.2.2.5 +++ ReportSection.cxx 2007-07-16 12:25:36+0000 1.2.2.6 @@ -4,9 +4,9 @@ * * $RCSfile: ReportSection.cxx,v $ * - * $Revision: 1.2.2.5 $ + * $Revision: 1.2.2.6 $ * - * last change: $Author: oj $ $Date: 2007/07/16 12:11:04 $ + * last change: $Author: lla $ $Date: 2007/07/16 12:25:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -122,7 +122,7 @@ using namespace ::com::sun::star; // ----------------------------------------------------------------------------- -sal_Int32 lcl_getOverlappedControlColor(const uno::Reference <lang::XMultiServiceFactory>& ) +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; @@ -154,7 +154,7 @@ try { fill(); - m_pFunc->setOverlappedControlColor(lcl_getOverlappedControlColor( m_pParent->getView()->getReportView()->getController()->getORB() ) ); + m_pFunc->setOverlappedControlColor(lcl_getOverlappedControlColor( /* m_pParent->getView()->getReportView()->getController()->getORB() */ ) ); } catch(uno::Exception&) { @@ -368,7 +368,7 @@ { m_pFunc.reset(new DlgEdFuncSelect( this )); } - m_pFunc->setOverlappedControlColor(lcl_getOverlappedControlColor( m_pParent->getView()->getReportView()->getController()->getORB() ) ); + m_pFunc->setOverlappedControlColor(lcl_getOverlappedControlColor( /* m_pParent->getView()->getReportView()->getController()->getORB() */ ) ); m_pModel->SetReadOnly(eNewMode == RPTUI_READONLY); m_eMode = eNewMode; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
