diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 12:24:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 12:24:08 +0000 |
commit | 6325a871700b1ef2f49ad8f1853f4420e8229259 (patch) | |
tree | 503c959752086bf5727a82c9c8a63dc328dabddf | |
parent | fbace6ce3b5325612cf625a06447c3e4801dc287 (diff) |
INTEGRATION: CWS sj21 (1.10.424); FILE MERGED
2005/06/27 14:36:23 sj 1.10.424.1: #i48357# fixed font color poblem
-rw-r--r-- | svtools/source/filter.vcl/wmf/emfwr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.cxx b/svtools/source/filter.vcl/wmf/emfwr.cxx index 04f20c43e168..c153feea70c6 100644 --- a/svtools/source/filter.vcl/wmf/emfwr.cxx +++ b/svtools/source/filter.vcl/wmf/emfwr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: emfwr.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2004-06-16 10:18:45 $ + * last change: $Author: kz $ $Date: 2005-07-12 13:24:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -492,7 +492,7 @@ void EMFWriter::ImplCheckTextAttr() // Text color ImplBeginRecord( WIN_EMR_SETTEXTCOLOR ); - ImplWriteColor( rFont.GetColor() ); + ImplWriteColor( maVDev.GetTextColor() ); ImplEndRecord(); ImplBeginRecord( WIN_EMR_SELECTOBJECT ); |