diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:00:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:00:40 +0000 |
commit | 5e5193ef2102b711f5fb86cf53385409eda745be (patch) | |
tree | 02e381ab8ee831e578db811b2c4f00bfeb64daa9 /cppcanvas/source | |
parent | 56c18f416f2b245f8ff3a5fe44a8b98fca74b937 (diff) |
INTEGRATION: CWS sb59 (1.6.22); FILE MERGED
2006/08/11 22:44:40 thb 1.6.22.1: #i68336# Made cppcanvas warning free for wntmsci10
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/tools/canvasgraphichelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/tools/canvasgraphichelper.cxx b/cppcanvas/source/tools/canvasgraphichelper.cxx index 8b71164fa899..210b97c233ab 100644 --- a/cppcanvas/source/tools/canvasgraphichelper.cxx +++ b/cppcanvas/source/tools/canvasgraphichelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: canvasgraphichelper.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:50:46 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:00:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,7 +140,7 @@ namespace cppcanvas void CanvasGraphicHelper::setCompositeOp( CompositeOp aOp ) { - maRenderState.CompositeOperation = aOp; + maRenderState.CompositeOperation = (sal_Int8)aOp; } CanvasGraphic::CompositeOp CanvasGraphicHelper::getCompositeOp() const |