View | Details | Raw Unified | Return to issue 123961
Collapse All | Expand All

(-)aoo-4.0.1/main/svx/source/sidebar/tools/ColorControl.cxx.orig (-1 / +1 lines)
Lines 167-173 Link Here
167
167
168
168
169
169
170
void ColorControl::SetCurColorSelect (Color aCol, bool bAvailable)
170
void ColorControl::SetCurColorSelect (const Color aCol, const bool bAvailable)
171
{
171
{
172
//	FillColors();	
172
//	FillColors();	
173
	short nCol = GetItemId_Imp( maVSColor, aCol );
173
	short nCol = GetItemId_Imp( maVSColor, aCol );

Return to issue 123961