summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/misc/ColorListener.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:11:46 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:11:46 +0000
commit6a47d15316451d9b69c000f04e18fd7d14351b53 (patch)
treef0238aad561e2c899aeae988ffd96e1d82bb18ec /reportdesign/source/ui/misc/ColorListener.cxx
parent9af8f794fec45fb6d9ed0d499eb8862f3ecb9e5c (diff)
INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED
2007/09/21 09:42:56 oj 1.2.28.1: #i80229# name changed
Diffstat (limited to 'reportdesign/source/ui/misc/ColorListener.cxx')
-rw-r--r--reportdesign/source/ui/misc/ColorListener.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/ui/misc/ColorListener.cxx b/reportdesign/source/ui/misc/ColorListener.cxx
index de743467f3d6..11af929ce094 100644
--- a/reportdesign/source/ui/misc/ColorListener.cxx
+++ b/reportdesign/source/ui/misc/ColorListener.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ColorListener.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:31 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 19:11:46 $
*
* 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 @@ OColorListener::OColorListener(Window* _pParent ,const ::rtl::OUString& _sColorE
{
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 @@ void OColorListener::Notify(SfxBroadcaster & /*rBc*/, SfxHint const & rHint)
&& (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);
}