diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:30:50 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:30:50 +0000 |
commit | 6e2560d0b3835bb6cf9b7170ee6bbd7e9c4eb014 (patch) | |
tree | 5327dbcd78b1c815fe3c8cfb5ec2ccf7017cec43 /vcl | |
parent | 746bf725153bf779e05e050bc90f774a786057a6 (diff) |
INTEGRATION: CWS dr28 (1.8.78); FILE MERGED
2004/10/20 08:14:57 ssa 1.8.78.1: #i35764# make font color handling consistent, font default color is transparent now to force using the output device color, outdev color defaults to black
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/font.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/font.cxx b/vcl/source/gdi/font.cxx index 516c97a6803d..49adaa50c625 100644 --- a/vcl/source/gdi/font.cxx +++ b/vcl/source/gdi/font.cxx @@ -2,9 +2,9 @@ * * $RCSfile: font.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2004-07-13 09:26:52 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:30:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ DBG_NAME( Font ); // ----------------------------------------------------------------------- Impl_Font::Impl_Font() : - maColor( COL_BLACK ), + maColor( COL_TRANSPARENT ), maFillColor( COL_TRANSPARENT ) { mnRefCount = 1; |