summaryrefslogtreecommitdiff
path: root/cppcanvas/source
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source')
-rw-r--r--cppcanvas/source/tools/canvasgraphichelper.cxx6
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