Tag: cws_src680_rpt23fix01 User: oj Date: 2007-07-16 12:11:06+0000 Modified: dba/reportdesign/source/ui/report/ReportSection.cxx
Log: remove unused var 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.4&r2=1.2.2.5 Delta lines: +3 -3 ------------------- --- ReportSection.cxx 2007-07-16 12:06:44+0000 1.2.2.4 +++ ReportSection.cxx 2007-07-16 12:11:04+0000 1.2.2.5 @@ -4,9 +4,9 @@ * * $RCSfile: ReportSection.cxx,v $ * - * $Revision: 1.2.2.4 $ + * $Revision: 1.2.2.5 $ * - * last change: $Author: oj $ $Date: 2007/07/16 12:06:44 $ + * last change: $Author: oj $ $Date: 2007/07/16 12:11:04 $ * * 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> _rxFactory) +sal_Int32 lcl_getOverlappedControlColor(const uno::Reference <lang::XMultiServiceFactory>& ) { svtools::ExtendedColorConfig aConfig; // sal_Int32 nColor = aConfig.GetColorValue(rtl::OUString::createFromAscii("ReportDesigner"), rtl::OUString::createFromAscii("OverlappedControl")).nColor; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
