From a6f61d3369bb68a4f0d2a40bea8fedbbb6701571 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Sep 2007 16:46:00 +0000 Subject: INTEGRATION: CWS ause083 (1.18.22); FILE MERGED 2007/07/17 10:30:32 hjs 1.18.22.1: #i79470# cleanup to survive pch --- svx/source/tbxctrls/fillctrl.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/tbxctrls/fillctrl.cxx') diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index 900969a1237d..87ceeeec849a 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fillctrl.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2007-06-27 19:16:12 $ + * last change: $Author: kz $ $Date: 2007-09-05 17:46:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -268,7 +268,7 @@ void SvxFillToolBoxControl::Update( const SfxPoolItem* pState ) if ( pColorItem ) { String aString( pColorItem->GetName() ); - Color aColor = pColorItem->GetColorValue(); + ::Color aColor = pColorItem->GetColorValue(); pFillAttrLB->SelectEntry( aString ); @@ -475,7 +475,7 @@ void SvxFillToolBoxControl::Update( const SfxPoolItem* pState ) if( pState->ISA( SvxColorTableItem ) && eXFS == XFILL_SOLID ) { - Color aTmpColor( pFillAttrLB->GetSelectEntryColor() ); + ::Color aTmpColor( pFillAttrLB->GetSelectEntryColor() ); pFillAttrLB->Clear(); pFillAttrLB->Fill( ( (SvxColorTableItem*)pState )->GetColorTable() ); pFillAttrLB->SelectEntry( aTmpColor ); -- cgit