Tag: cws_src680_reportdesign01 User: oj Date: 2007-09-21 09:42:59+0000 Modified: dba/reportdesign/source/ui/misc/ColorListener.cxx
Log: #i80229# name changed File Changes: Directory: /dba/reportdesign/source/ui/misc/ ============================================ File [changed]: ColorListener.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/misc/ColorListener.cxx?r1=1.2&r2=1.2.28.1 Delta lines: +4 -4 ------------------- --- ColorListener.cxx 2007-07-09 11:56:31+0000 1.2 +++ ColorListener.cxx 2007-09-21 09:42:56+0000 1.2.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: ColorListener.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.28.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:31 $ + * last change: $Author: oj $ $Date: 2007/09/21 09:42:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ { DBG_CTOR( rpt_OColorListener,NULL); StartListening(m_aExtendedColorConfig); - m_nColor = m_aExtendedColorConfig.GetColorValue(CFG_REPORTDESIGNER,m_sColorEntry).nColor; + m_nColor = m_aExtendedColorConfig.GetColorValue(CFG_REPORTDESIGNER,m_sColorEntry).getColor(); m_nTextBoundaries = m_aColorConfig.GetColorValue(::svtools::DOCBOUNDARIES).nColor; } // ----------------------------------------------------------------------------- @@ -75,7 +75,7 @@ && (static_cast< SfxSimpleHint const & >(rHint).GetId() == SFX_HINT_COLORS_CHANGED)) { - m_nColor = m_aExtendedColorConfig.GetColorValue(CFG_REPORTDESIGNER,m_sColorEntry).nColor; + m_nColor = m_aExtendedColorConfig.GetColorValue(CFG_REPORTDESIGNER,m_sColorEntry).getColor(); m_nTextBoundaries = m_aColorConfig.GetColorValue(::svtools::DOCBOUNDARIES).nColor; Invalidate(INVALIDATE_NOCHILDREN|INVALIDATE_NOERASE); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
