diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:39:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:39:25 +0000 |
commit | 28fe9ef14229ffa9de6c9f34bf93f2683fd5af84 (patch) | |
tree | 753f7bb626a559d64e4d81f086e5143a652ee64f /cppcanvas | |
parent | 61f87fd6a477ed3d2a9b7780858c7faeb25ceb49 (diff) |
INTEGRATION: CWS canvas02 (1.9.4); FILE MERGED
2005/10/28 13:55:55 thb 1.9.4.1: #i54035# Corrected wrong copy'n'paste from outdev3.cxx (black text actually changes the _text color_ not the relief color)
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index 9e15c95a56a4..0d56ac3bf7a4 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -4,9 +4,9 @@ * * $RCSfile: implrenderer.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:17:06 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:39:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -168,7 +168,7 @@ namespace cppcanvas const sal_Int32* pCharWidths, ::VirtualDevice& rVDev, const CanvasSharedPtr& rCanvas, - const VectorOfOutDevStates& rStates, + VectorOfOutDevStates& rStates, const Parameters& rParms, bool bSubsettable, sal_Int32& io_rCurrActionIndex ); |