Kaydet (Commit) 2cb165ae authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS ause083 (1.24.22); FILE MERGED

2007/07/23 12:15:13 hjs 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED
2007/07/17 10:30:33 hjs 1.24.22.1: #i79470# cleanup to survive pch
üst a6f61d33
......@@ -4,9 +4,9 @@
*
* $RCSfile: itemwin.cxx,v $
*
* $Revision: 1.25 $
* $Revision: 1.26 $
*
* last change: $Author: ihi $ $Date: 2007-07-12 10:57:34 $
* last change: $Author: kz $ $Date: 2007-09-05 17:46:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -304,11 +304,11 @@ void SvxLineBox::FillControl()
Bitmap aBitmap ( SVX_RES ( RID_SVXCTRL_LINECTRL ) );
Color aSourceColors[2];
Color aDestColors[2];
::Color aSourceColors[2];
::Color aDestColors[2];
aSourceColors[0] = Color( COL_WHITE );
aSourceColors[1] = Color( COL_BLACK );
aSourceColors[0] = ::Color( COL_WHITE );
aSourceColors[1] = ::Color( COL_BLACK );
const StyleSettings& rStyles = Application::GetSettings().GetStyleSettings();
aDestColors[0] = rStyles.GetFieldColor();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment