summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-20 09:51:34 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-20 09:51:34 +0000
commit154a8189850d490450a9f011f66a2539af1ab74e (patch)
tree0c112d9b1f8528725d469b4b713019439c3548a0 /vcl/source
parent9b16eaacbaf24b7204b32fe5a4adbac1857653c8 (diff)
INTEGRATION: CWS vclshowstop03 (1.32.26); FILE MERGED
2005/04/18 17:12:14 pl 1.32.26.1: #i47544# mimic OutputDevice font color behaviour
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index 4e55241e4878..72472291ee9c 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pdfwriter_impl.hxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 12:57:34 $
+ * last change: $Author: obo $ $Date: 2005-04-20 10:51:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -832,11 +832,7 @@ public:
void push( sal_uInt16 nFlags );
void pop();
- void setFont( const Font& rFont )
- {
- m_aGraphicsStack.front().m_aFont = rFont;
- m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFont;
- }
+ void setFont( const Font& rFont );
void setMapMode( const MapMode& rMapMode );
void setMapMode() { setMapMode( m_aMapMode ); }