summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:46:12 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:46:12 +0000
commit2cb165ae274e9aca9f59750b68da6bd7a7934099 (patch)
tree853dbe680695b289776fd81578f9d54c574344bd /svx
parenta6f61d3369bb68a4f0d2a40bea8fedbbb6701571 (diff)
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
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 4d476f61fbc9..c1bfdbded234 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -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();