summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xpool.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-08-16 14:41:32 +0000
committerThorsten Behrens <thb@openoffice.org>2001-08-16 14:41:32 +0000
commit5c4b13d1bea4aedb72677f0317d5334638c03918 (patch)
tree6c327542e713eeebbd679e3c724396130876f544 /svx/source/xoutdev/xpool.cxx
parentad96134cd67a2ccdb22f4d268bb75d5b2b63c890 (diff)
#90760# Removed VCL define
Diffstat (limited to 'svx/source/xoutdev/xpool.cxx')
-rw-r--r--svx/source/xoutdev/xpool.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/xoutdev/xpool.cxx b/svx/source/xoutdev/xpool.cxx
index b8addbfd4224..be3a7944fc58 100644
--- a/svx/source/xoutdev/xpool.cxx
+++ b/svx/source/xoutdev/xpool.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xpool.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pw $ $Date: 2000-10-12 11:44:38 $
+ * last change: $Author: thb $ $Date: 2001-08-16 15:41:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,11 +189,7 @@ void XOutdevItemPool::Ctor(SfxItemPool* pMaster, USHORT nAttrStart, USHORT nAttr
XPolygon aNullPol;
Color aNullLineCol(RGB_Color(COL_BLACK));
-#ifndef VCL
- Color aNullFillCol(Color(0<<8,184<<8,255<<8)); // "Blau 7"
-#else
Color aNullFillCol(Color(0,184,255)); // "Blau 7"
-#endif
Color aNullShadowCol(RGB_Color(COL_LIGHTGRAY));
XDash aNullDash;